SCM Repository
Diff of /trunk/src/compiler/basis/basis-names.sml
Parent Directory
|
Revision Log
|
Patch
revision 246, Fri Aug 6 15:32:26 2010 UTC | revision 247, Fri Aug 6 20:20:42 2010 UTC | |
---|---|---|
# | Line 14 | Line 14 |
14 | val op_add = Atom.atom "+" | val op_add = Atom.atom "+" |
15 | val op_sub = Atom.atom "-" | val op_sub = Atom.atom "-" |
16 | val op_mul = Atom.atom "*" | val op_mul = Atom.atom "*" |
17 | val op_convolve = Atom.atom "(*)" | |
18 | val op_div = Atom.atom "/" | val op_div = Atom.atom "/" |
19 | val op_lt = Atom.atom "<" | val op_lt = Atom.atom "<" |
20 | val op_lte = Atom.atom "<=" | val op_lte = Atom.atom "<=" |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |