ghc-exactprint-0.5.3.1: tests/examples/ghc80/Generic.hs
{-# LANGUAGE CPP #-}
{-# LANGUAGE TypeOperators #-}
module Env.Generic
( Record(..)
, type (?)(..)
) where
import Data.Promotion.Prelude (type (:+$), type (:*$), type (:^$), type (:-$))
import Options.Generic (Generic, ParseRecord, type (<?>)(..))