| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Record.Internal.Record.Resolution.Internal
Synopsis
- getRecordInfo :: Quasi m => Name 'DataName 'Global -> m (Maybe (Record ()))
- putRecordInfo :: Quasi m => Record () -> m ()
Documentation
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.