Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data RuntimeContext = RuntimeContext {}
- empty :: RuntimeContext
Documentation
data RuntimeContext Source #
Instances
ToJSON RuntimeContext Source # | |
Defined in Patrol.Type.RuntimeContext toJSON :: RuntimeContext -> Value # toEncoding :: RuntimeContext -> Encoding # toJSONList :: [RuntimeContext] -> Value # toEncodingList :: [RuntimeContext] -> Encoding # omitField :: RuntimeContext -> Bool # | |
Show RuntimeContext Source # | |
Defined in Patrol.Type.RuntimeContext showsPrec :: Int -> RuntimeContext -> ShowS # show :: RuntimeContext -> String # showList :: [RuntimeContext] -> ShowS # | |
Eq RuntimeContext Source # | |
Defined in Patrol.Type.RuntimeContext (==) :: RuntimeContext -> RuntimeContext -> Bool # (/=) :: RuntimeContext -> RuntimeContext -> Bool # |