mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 15:29:31 -06:00
fix in the GF compiler and runtime which let us to define pre construct detecting whether this is the last token.
This commit is contained in:
@@ -379,7 +379,7 @@ convertTerm opts sel ctype (Alts s alts)
|
||||
strings (C u v) = strings u ++ strings v
|
||||
strings (Strs ss) = concatMap strings ss
|
||||
strings (EPatt p) = getPatts p
|
||||
strings Empty = [] -- ??
|
||||
strings Empty = [""]
|
||||
strings t = bug $ "strings "++show t
|
||||
|
||||
getPatts p =
|
||||
|
||||
Reference in New Issue
Block a user