Module

Oak.Html.Present

Package
purescript-oak
Repository
ehrenmurdick/purescript-oak

#Present Source

class Present a  where

A type class for types that are presentable in HTML. This is here so you don't have to convert everything to a string before passing it into Html.text. For example you could show a number in html using just text 2.

Members

Instances