mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-24 10:41:09 -06:00
floats in GF and GFC (parsing user input still doesn't work)
This commit is contained in:
@@ -219,6 +219,7 @@ instance Print Atom where
|
||||
prt (AtV i) = prt i
|
||||
prt (AtL s) = s
|
||||
prt (AtI i) = show i
|
||||
prt (AtF i) = show i
|
||||
prt_ (AtC (_,f)) = prt f
|
||||
prt_ a = prt a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user