started create/drop with lin & lincat

This commit is contained in:
krangelov
2021-12-23 23:04:31 +01:00
parent b000b80159
commit 5c16693da3
3 changed files with 67 additions and 1 deletions

View File

@@ -16,8 +16,12 @@ data Command
data TransactionCommand
= CreateFun [Option] Fun Type
| CreateCat [Option] Cat [Hypo]
| CreateLin [Option] Fun Term
| CreateLincat [Option] Cat Term
| DropFun [Option] Fun
| DropCat [Option] Cat
| DropLin [Option] Fun
| DropLincat [Option] Cat
deriving Show
data Option