Sign.hs revision b5bb29b09bbb00b75612ca99edc13119bf2c8a05
{-
this file is a template for MMT:
Signatures and Theories remain static,
only inserting Logic name here
-}
module PLpatt.Sign where
import PLpatt.AS_BASIC_PLpatt
-- import Common.Id
-- Decl and Form are fixed
data Sigs = Sigs [Decl]
data Theo = Theo{sign :: Sigs,axioms :: [Form]}