packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/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 (<?>)(..))