mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 15:29:31 -06:00
bugfix for predefined operations
This commit is contained in:
@@ -518,7 +518,8 @@ value2string =
|
||||
where
|
||||
all_capit = map toUpper
|
||||
-- value2string (b,f,ws) (VAlts vd vas) =
|
||||
value2string st _ = st
|
||||
value2string (Const _) _ = RunTime
|
||||
value2string st _ = st
|
||||
|
||||
string2value s =
|
||||
case words s of
|
||||
|
||||
Reference in New Issue
Block a user