Module

Bismuth

Package
purescript-bismuth
Repository
justinwoo/purescript-bismuth

#toFlow Source

toFlow :: forall a. HasFlowRep a => a -> a

Identity function to apply the HasFlowRep constraint

#generateFlowType Source

generateFlowType :: forall a. HasFlowRep a => String -> Proxy a -> String

Generate a Flow type signature for a given type. Takes the name to be used as an arg.

#generateFlowType' Source

generateFlowType' :: forall a. HasFlowRep a => String -> a -> String

A convenience function for generating types taking a concrete value over a proxy.

#toFlowRep' Source

toFlowRep' :: forall a. HasFlowRep a => a -> String

A convenience function for getting the flow rep of a concrete value

#HasFlowRep Source

class HasFlowRep a  where

Members

Instances

#HasFlowRepFields Source

class HasFlowRepFields (rl :: RowList)  where

Members

Instances

#FakeSumRecordMembers Source