ContentsIndex
Pugs.Junc
Synopsis
opJuncNone :: [Val] -> Val
opJuncAll :: [Val] -> Val
opJuncAny :: [Val] -> Val
opJuncOne :: [Val] -> Val
opJunc :: JuncType -> [Val] -> Val
juncTypeIs :: Val -> [JuncType] -> Maybe VJunc
juncApply :: ([ApplyArg] -> Eval Val) -> [ApplyArg] -> Eval Val
data ApplyArg = ApplyArg {
argName :: String
argValue :: Val
argCollapsed :: Bool
}
Produced by Haddock version ADDOCK_VERSION