large-records-0.1.0.0: Efficient compilation for large records, linear in the size of the record
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Record.Internal.Record.Resolution.Internal

Synopsis

Documentation

getRecordInfo Source #

Arguments

:: Quasi m 
=> Name 'DataName 'Global

Name of the internal constructor

-> m (Maybe (Record ())) 

putRecordInfo :: Quasi m => Record () -> m () Source #

Add RecordInfo to the environment

NOTE: Must be called whilst processing the module in which the record is defined.