Module

Record.Optional.Fields.Types

Package
purescript-record-ptional-fields
Repository
katsujukou/purescript-record-optional-fields

#Context Source

data Context

#Root Source

data Root :: Row Type -> Type -> Contextdata Root t0 t1

Instances

#AtProp Source

data AtProp :: (Type -> Context) -> Symbol -> Row Type -> Type -> Contextdata AtProp t0 t1 t2 t3

Instances

#ErrorDesc Source

#UnsupportedProp Source

#UnexpectedType Source

#TypeError Source

data TypeError :: Context -> ErrorDesc -> Typedata TypeError ctx err

#SetContextRow Source

class SetContextRow :: Row Type -> (Type -> Context) -> (Type -> Context) -> Constraintclass SetContextRow r ctx ctx' | r ctx -> ctx'

Instances