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