mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
bugfix: In AppPredefined.hs, PTrue and PFalse should be declared as constructors
This commit is contained in:
@@ -123,8 +123,8 @@ appPredefined t = case t of
|
|||||||
|
|
||||||
-- read makes variables into constants
|
-- read makes variables into constants
|
||||||
|
|
||||||
predefTrue = Q cPredef cPTrue
|
predefTrue = QC cPredef cPTrue
|
||||||
predefFalse = Q cPredef cPFalse
|
predefFalse = QC cPredef cPFalse
|
||||||
|
|
||||||
substring :: String -> String -> Bool
|
substring :: String -> String -> Bool
|
||||||
substring s t = case (s,t) of
|
substring s t = case (s,t) of
|
||||||
|
|||||||
Reference in New Issue
Block a user