forked from GitHub/gf-core
added PGF(pIdent,pExpr)
This commit is contained in:
@@ -27,7 +27,7 @@ module PGF2 (-- * PGF
|
||||
functionType, functionIsConstructor, functionProbability,
|
||||
|
||||
-- ** Expressions
|
||||
Expr(..), Literal(..), showExpr, readExpr, pExpr, pIdent,
|
||||
Expr(..), Literal(..), showExpr, readExpr,
|
||||
mkAbs, unAbs,
|
||||
mkApp, unApp, unapply,
|
||||
mkStr, unStr,
|
||||
@@ -892,12 +892,6 @@ readExpr str =
|
||||
freeStablePtr c_expr
|
||||
return (Just expr)
|
||||
|
||||
pIdent :: ReadS String
|
||||
pIdent = error "TODO: pIdent"
|
||||
|
||||
pExpr :: ReadS Expr
|
||||
pExpr = error "TODO: pExpr"
|
||||
|
||||
-- | renders a type as a 'String'. The list
|
||||
-- of identifiers is the list of all free variables
|
||||
-- in the type in order reverse to the order
|
||||
|
||||
Reference in New Issue
Block a user