diff --git a/src/runtime/haskell/PGF2.hsc b/src/runtime/haskell/PGF2.hsc index 60d62e931..65e0541c9 100644 --- a/src/runtime/haskell/PGF2.hsc +++ b/src/runtime/haskell/PGF2.hsc @@ -845,6 +845,7 @@ data ParseOutput a | ParseOk a -- ^ If the parsing and the type checking are successful -- we get the abstract syntax trees as either a list or a chart. | ParseIncomplete -- ^ The sentence is not complete. + deriving Show parse :: Concr -> Type -> String -> ParseOutput [(Expr,Float)] parse c ty sent =