purescript-bridge-0.3.0.0: Generate PureScript data types from Haskell data types

Safe HaskellSafe
LanguageHaskell2010

Language.PureScript.Bridge.TypeInfo

Synopsis

Documentation

data TypeInfo Source

Constructors

TypeInfo 

Fields

typePackage :: !Text

Hackage package

typeModule :: !Text

Full Module path

typeName :: !Text
 
typeParameters :: ![TypeInfo]
 

flattenTypeInfo :: TypeInfo -> [TypeInfo] Source

Put the TypeInfo in a list together with all its typeParameters (recursively)