packages feed

large-records-0.4.4: src/Data/Record/Plugin/Options.hs

-- | Export 'LargeRecordOptions' for the sake of ANN pragmas
--
-- This module is added as an export to user code by the plugin.
module Data.Record.Plugin.Options (
    LargeRecordOptions(..)
  , largeRecord
  ) where

import Data.Record.Internal.Plugin.Options