remove the dummy (Print n) context

This commit is contained in:
kr.angelov
2006-06-03 10:31:36 +00:00
parent 81d9aea92f
commit 97dada16f6

View File

@@ -37,7 +37,7 @@ import Data.Array
----------------------------------------------------------------------
-- * parsing
parse :: (Ord c, Print n, Ord n, Ord t) => String -> FCFParser c n t
parse :: (Ord c, Ord n, Ord t) => String -> FCFParser c n t
parse strategy pinfo starts toks =
[ Abs (cat, found) (zip rhs rrecs) fun |
Final ruleid found rrecs <- listXChartFinal chart,