1
0
forked from GitHub/gf-core

Oops, I broke the gfcc printer. Fixed now.

This commit is contained in:
bringert
2006-12-06 11:54:51 +00:00
parent 18ec82b54d
commit ae43c55ae0

View File

@@ -41,7 +41,7 @@ import Debug.Trace ----
-- the main function: generate GFCC from GFCM.
prCanon2gfcc :: CanonGrammar -> String
prCanon2gfcc = Pr.printTree . prCanon2gfcc
prCanon2gfcc = Pr.printTree . mkCanon2gfcc
mkCanon2gfcc :: CanonGrammar -> C.Grammar
mkCanon2gfcc = canon2gfcc . reorder . utf8Conv . canon2canon . normalize