Add binary instances

This commit is contained in:
John J. Camilleri
2021-01-25 14:42:00 +01:00
parent 32b0860925
commit 270e7f021f
3 changed files with 64 additions and 288 deletions

View File

@@ -1,5 +1,5 @@
import LPGF
import PGF (Tree, mkCId, mkApp, readLanguage, showLanguage, showExpr)
import PGF (Tree, mkCId, mkApp, showLanguage, showExpr)
import GF (compileToLPGF, writeLPGF)
import GF.Support (noOptions)