mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fix eng parad
This commit is contained in:
@@ -56,8 +56,8 @@ stripTerm t = case t of
|
||||
TComp ty -> TComp $ stripTerm ty
|
||||
TWild ty -> TWild $ stripTerm ty
|
||||
_ -> ti
|
||||
R [] -> EInt 8 --- GF 1.2 parser doesn't accept empty records
|
||||
RecType [] -> Cn (zIdent "Int") ---
|
||||
---- R [] -> EInt 8 --- GF 1.2 parser doesn't accept empty records
|
||||
---- RecType [] -> Cn (zIdent "Int") ---
|
||||
_ -> composSafeOp stripTerm t
|
||||
|
||||
stripPattern p = case p of
|
||||
|
||||
@@ -1 +1 @@
|
||||
module Today where today = "Tue May 18 23:54:22 CEST 2004"
|
||||
module Today where today = "Fri May 21 18:10:31 CEST 2004"
|
||||
|
||||
Reference in New Issue
Block a user