| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
HaskellWorks.Data.Json.Standard.Cursor.Internal.StateMachine
Documentation
Instances
| Eq IntState Source # | |
| Num IntState Source # | |
| Ord IntState Source # | |
| Show IntState Source # | |
| Generic IntState Source # | |
| type Rep IntState Source # | |
Defined in HaskellWorks.Data.Json.Standard.Cursor.Internal.StateMachine type Rep IntState = D1 (MetaData "IntState" "HaskellWorks.Data.Json.Standard.Cursor.Internal.StateMachine" "hw-json-standard-cursor-0.2.3.1-5RWfwP72WJhDu0jnNZRLV2" True) (C1 (MetaCons "IntState" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int))) | |
Instances
| Bounded State Source # | |
| Enum State Source # | |
| Eq State Source # | |
| Show State Source # | |
| Generic State Source # | |
| type Rep State Source # | |
Defined in HaskellWorks.Data.Json.Standard.Cursor.Internal.StateMachine type Rep State = D1 (MetaData "State" "HaskellWorks.Data.Json.Standard.Cursor.Internal.StateMachine" "hw-json-standard-cursor-0.2.3.1-5RWfwP72WJhDu0jnNZRLV2" False) ((C1 (MetaCons "InJson" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "InString" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "InEscape" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "InValue" PrefixI False) (U1 :: Type -> Type))) | |