dixi-0.6.0.5: A wiki implemented with a firm theoretical foundation.

Safe HaskellNone
LanguageHaskell2010

Dixi.API

Documentation

type (:|) a b = a :<|> b infixr 8 Source

(|:) :: a -> b -> a :| b infixr 8 Source

data RawPage Source

Constructors

RP Renders Key Version (Page Text) 

Instances