| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Data.Record.Plugin.Options
Description
Export LargeRecordOptions for the sake of ANN pragmas
This module is added as an export to user code by the plugin.
Synopsis
Documentation
data LargeRecordOptions Source #
A type specifying how a record should be treated by large-records.
The default for Haskell code should probably be:
{-# ANN type T largeRecord #-}
data T = ..To see the definitions generated by large-records:
{-# ANN type T largeRecord {debugLargeRecords = True} #-}
data T = ..Constructors
| LargeRecordOptions | |
Fields  | |