Module
Data.HObject.Record
- Package
- purescript-homogeneous-objects
- Repository
- Risto-Stevcev/purescript-homogeneous-objects
#jsonToRecord Source
jsonToRecord :: forall a. Decode a => Json -> Either Error aConverts a Json to a Record
#hObjToRecord Source
hObjToRecord :: forall b a. Decode b => HObject a -> Either Error bConverts an HObject to a Record
#structName Source
structName :: forall a. a -> StringGets the contructor name for the type