| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hydra.Sources.Tier4.Ext.Cypher.Functions
Documentation
data CypherFunction Source #
Constructors
| CypherFunction | |
Instances
| Show CypherFunction Source # | |
Defined in Hydra.Sources.Tier4.Ext.Cypher.Functions Methods showsPrec :: Int -> CypherFunction -> ShowS # show :: CypherFunction -> String # showList :: [CypherFunction] -> ShowS # | |
| Eq CypherFunction Source # | |
Defined in Hydra.Sources.Tier4.Ext.Cypher.Functions Methods (==) :: CypherFunction -> CypherFunction -> Bool # (/=) :: CypherFunction -> CypherFunction -> Bool # | |
| Ord CypherFunction Source # | |
Defined in Hydra.Sources.Tier4.Ext.Cypher.Functions Methods compare :: CypherFunction -> CypherFunction -> Ordering # (<) :: CypherFunction -> CypherFunction -> Bool # (<=) :: CypherFunction -> CypherFunction -> Bool # (>) :: CypherFunction -> CypherFunction -> Bool # (>=) :: CypherFunction -> CypherFunction -> Bool # max :: CypherFunction -> CypherFunction -> CypherFunction # min :: CypherFunction -> CypherFunction -> CypherFunction # | |
data CypherFunctionForm Source #
Constructors
| CypherFunctionForm | |
Instances
| Show CypherFunctionForm Source # | |
Defined in Hydra.Sources.Tier4.Ext.Cypher.Functions Methods showsPrec :: Int -> CypherFunctionForm -> ShowS # show :: CypherFunctionForm -> String # showList :: [CypherFunctionForm] -> ShowS # | |
| Eq CypherFunctionForm Source # | |
Defined in Hydra.Sources.Tier4.Ext.Cypher.Functions Methods (==) :: CypherFunctionForm -> CypherFunctionForm -> Bool # (/=) :: CypherFunctionForm -> CypherFunctionForm -> Bool # | |
| Ord CypherFunctionForm Source # | |
Defined in Hydra.Sources.Tier4.Ext.Cypher.Functions Methods compare :: CypherFunctionForm -> CypherFunctionForm -> Ordering # (<) :: CypherFunctionForm -> CypherFunctionForm -> Bool # (<=) :: CypherFunctionForm -> CypherFunctionForm -> Bool # (>) :: CypherFunctionForm -> CypherFunctionForm -> Bool # (>=) :: CypherFunctionForm -> CypherFunctionForm -> Bool # max :: CypherFunctionForm -> CypherFunctionForm -> CypherFunctionForm # min :: CypherFunctionForm -> CypherFunctionForm -> CypherFunctionForm # | |
data CypherLibrary Source #
Constructors
| CypherLibrary | |
Instances
| Show CypherLibrary Source # | |
Defined in Hydra.Sources.Tier4.Ext.Cypher.Functions Methods showsPrec :: Int -> CypherLibrary -> ShowS # show :: CypherLibrary -> String # showList :: [CypherLibrary] -> ShowS # | |
| Eq CypherLibrary Source # | |
Defined in Hydra.Sources.Tier4.Ext.Cypher.Functions Methods (==) :: CypherLibrary -> CypherLibrary -> Bool # (/=) :: CypherLibrary -> CypherLibrary -> Bool # | |
| Ord CypherLibrary Source # | |
Defined in Hydra.Sources.Tier4.Ext.Cypher.Functions Methods compare :: CypherLibrary -> CypherLibrary -> Ordering # (<) :: CypherLibrary -> CypherLibrary -> Bool # (<=) :: CypherLibrary -> CypherLibrary -> Bool # (>) :: CypherLibrary -> CypherLibrary -> Bool # (>=) :: CypherLibrary -> CypherLibrary -> Bool # max :: CypherLibrary -> CypherLibrary -> CypherLibrary # min :: CypherLibrary -> CypherLibrary -> CypherLibrary # | |