mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-14 20:40:13 -06:00
remove the dependency to GF.Data.Operations from GF Embed API
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user