bamboo-2009.8.16: A simple blog engine on HackSource codeContentsIndex
Bamboo.Type.Class
Documentation
class Show a => Resource a whereSource
Methods
resource_title :: a -> StringSource
resource_type :: a -> StringSource
show/hide Instances
class Markable a whereSource
Methods
markup :: a -> HtmlSource
show/hide Instances
class Datable a whereSource
Methods
date :: a -> CalendarTimeSource
show/hide Instances
class Addressable a whereSource
Methods
uri :: a -> StringSource
show/hide Instances
class Gettable a whereSource
Methods
get :: String -> IO aSource
show/hide Instances
class Mappable a whereSource
Methods
from_assoc :: Assoc -> IO aSource
show/hide Instances
class Creatable a whereSource
Methods
create :: a -> IO ()Source
show/hide Instances
class Listable a whereSource
Methods
list :: IO [a]Source
list_for :: String -> IO [a]Source
cheat_list :: IO [a]Source
show/hide Instances
class FlatRead a whereSource
Methods
flat_read :: String -> IO aSource
show/hide Instances
Produced by Haddock version 2.4.2