ghc-exactprint-0.5.3.0: tests/examples/ghc8/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 (<?>)(..))