remove the dependency to GF.Data.Operations from GF Embed API

This commit is contained in:
kr.angelov
2007-09-25 05:55:49 +00:00
parent c6c7557b13
commit 286851b7c0
3 changed files with 9 additions and 6 deletions

View File

@@ -121,4 +121,7 @@ instance Print CFFun where
instance Print Exp where
prt = P.printTree
instance Print a => Print (Err a) where
prt (Ok a) = prt a
prt (Bad str) = str