| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Convex.Action.Parser
Documentation
data ConvexFunction Source #
Constructors
| ConvexFunction | |
Fields
| |
Instances
| Show ConvexFunction Source # | |
Defined in Convex.Action.Parser Methods showsPrec :: Int -> ConvexFunction -> ShowS # show :: ConvexFunction -> String # showList :: [ConvexFunction] -> ShowS # | |
| Eq ConvexFunction Source # | |
Defined in Convex.Action.Parser Methods (==) :: ConvexFunction -> ConvexFunction -> Bool # (/=) :: ConvexFunction -> ConvexFunction -> Bool # | |
Instances
parseActionFile :: String -> SchemaParser [ConvexFunction] Source #
data ConvexType Source #
Constructors
| VVoid |
Instances
| Show ConvexType Source # | |
Defined in Convex.Schema.Parser Methods showsPrec :: Int -> ConvexType -> ShowS # show :: ConvexType -> String # showList :: [ConvexType] -> ShowS # | |
| Eq ConvexType Source # | |
Defined in Convex.Schema.Parser | |
| Ord ConvexType Source # | |
Defined in Convex.Schema.Parser Methods compare :: ConvexType -> ConvexType -> Ordering # (<) :: ConvexType -> ConvexType -> Bool # (<=) :: ConvexType -> ConvexType -> Bool # (>) :: ConvexType -> ConvexType -> Bool # (>=) :: ConvexType -> ConvexType -> Bool # max :: ConvexType -> ConvexType -> ConvexType # min :: ConvexType -> ConvexType -> ConvexType # | |