ghc-exactprint-1.1.0: tests/examples/ghc92/FOL.hs
{-# LANGUAGE DeriveDataTypeable, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, RankNTypes, ScopedTypeVariables,
TypeFamilies, TypeSynonymInstances #-}
{-# OPTIONS_GHC -Wall -fno-warn-orphans #-}
module Data.Logic.Types.Harrison.FOL
( TermType(..)
, FOL(..)
, Function(..)
) where
-- Baz
import qualified Data.Logic.Types.Common ({- instance Variable String -})
-- Bar