more of the abstract API copied from the old runtimes

This commit is contained in:
krangelov
2021-08-12 12:06:50 +02:00
parent 0ece508716
commit 16dfcb938c
4 changed files with 165 additions and 68 deletions

View File

@@ -7,6 +7,14 @@ module PGF ( PGF2.PGF, readPGF
, functions, functionsByCat
, PGF2.Expr(..), PGF2.Literal(..), Tree
, PGF2.readExpr
, PGF2.mkAbs, PGF2.unAbs
, PGF2.mkApp, PGF2.unApp, PGF2.unapply
, PGF2.mkStr, PGF2.unStr
, PGF2.mkInt, PGF2.unInt
, PGF2.mkDouble, PGF2.unDouble
, PGF2.mkFloat, PGF2.unFloat
, PGF2.mkMeta, PGF2.unMeta
, PGF2.Type, PGF2.Hypo
) where