SCM Repository
[smlnj] / sml / trunk / sml-mode / sml-defs.el |
Diff of /sml/trunk/sml-mode/sml-defs.el
Parent Directory
|
Revision Log
|
Patch
revision 541, Fri Feb 18 20:35:43 2000 UTC | revision 542, Fri Feb 18 22:59:40 2000 UTC | |
---|---|---|
# | Line 247 | Line 247 |
247 | (defconst sml-pipehead-re | (defconst sml-pipehead-re |
248 | (concat | (concat |
249 | "|\\S.\\|" | "|\\S.\\|" |
250 | (sml-syms-re "fun" "fn" "and" "handle" "datatype" "abstype")) | (sml-syms-re "of" "fun" "fn" "and" "handle" "datatype" "abstype")) |
251 | "A `|' corresponds to one of these.") | "A `|' corresponds to one of these.") |
252 | ||
253 | (provide 'sml-defs) | (provide 'sml-defs) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |