diff options
author | Ori Bernstein <ori@eigenstate.org> | 2018-03-20 20:10:14 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2018-03-20 20:10:14 -0700 |
commit | 40503a54ab7d481d67807eb35b2c359379a8415a (patch) | |
tree | 848e1ab6f21523a002dc5e6370f48e25994af185 /lib/std | |
parent | 22f8aa508f0313cadc30f941f99fe5f0eb5b155f (diff) | |
download | mc-40503a54ab7d481d67807eb35b2c359379a8415a.tar.gz |
Add -T to use *only* the passed sytem tags.
Diffstat (limited to 'lib/std')
-rw-r--r-- | lib/std/cmp.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/cmp.myr b/lib/std/cmp.myr index 15d2f98..f99c3fe 100644 --- a/lib/std/cmp.myr +++ b/lib/std/cmp.myr @@ -10,7 +10,7 @@ pkg std = `After ;; - generic numcmp : (a : @a, b : @a -> order) + generic numcmp : (a : @a, b : @a -> order) :: numeric @a const strcmp : (a : byte[:], b : byte[:] -> order) const strncmp : (a : byte[:], b : byte[:], n : size -> order) const strcasecmp : (a : byte[:], b : byte[:] -> order) |