purescript-0.15.6: PureScript Programming Language Compiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.PureScript.AST.Declarations.ChainId

Synopsis

Documentation

data ChainId Source #

For a given instance chain, stores the chain's file name and the starting source pos of the first instance in the chain. This data is used to determine which instances are part of the same instance chain.