Mercurial > urweb
diff src/elisp/urweb-defs.el @ 621:8998114760c1
"Hello world" compiles, after replacing type-level fold with map
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 21 Feb 2009 15:33:20 -0500 |
parents | f542bc3133dc |
children | b2311dfb3158 |
line wrap: on
line diff
--- a/src/elisp/urweb-defs.el Sat Feb 21 14:10:06 2009 -0500 +++ b/src/elisp/urweb-defs.el Sat Feb 21 15:33:20 2009 -0500 @@ -107,7 +107,7 @@ "if" "then" "else" "case" "of" "fn" "fun" "val" "and" "datatype" "type" "open" "include" urweb-module-head-syms - "con" "fold" "where" "extern" "constraint" "constraints" + "con" "map" "where" "extern" "constraint" "constraints" "table" "sequence" "class" "cookie") "Symbols starting an sexp.") @@ -192,7 +192,7 @@ "The starters of new expressions.") (defconst urweb-exptrail-syms - '("if" "then" "else" "case" "of" "fn" "with" "fold")) + '("if" "then" "else" "case" "of" "fn" "with" "map")) (defconst urweb-pipeheads '("|" "of" "fun" "fn" "and" "datatype")