------------------------------------------------------------------------------
-- Agda-Prop Library.
-- Type synonyms.
------------------------------------------------------------------------------

open import Data.Nat using (  )

module ATP.Metis.Synonyms (n : ) where

------------------------------------------------------------------------------

open import Data.PropFormula.Syntax n

------------------------------------------------------------------------------

Conclusion : Set
Conclusion = PropFormula

Lit : Set
Lit = PropFormula

Premise : Set
Premise = PropFormula