diff options
Diffstat (limited to 'parse/trait.def')
-rw-r--r-- | parse/trait.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parse/trait.def b/parse/trait.def index 11a3438..81dc62d 100644 --- a/parse/trait.def +++ b/parse/trait.def @@ -1,7 +1,7 @@ /* Definitions of built in constraints */ Tc(Tcnum, "numeric") /* arith ops */ Tc(Tcint, "integral") /* behaves like an int, defaults to int as fallback */ -Tc(Tcfloat, "floating") /* behaves like a float, defaults to float as fallback */ +Tc(Tcflt, "floating") /* behaves like a float, defaults to float as fallback */ Tc(Tcidx, "indexable") /* indexable */ Tc(Tcslice, "sliceable") /* sliceable */ Tc(Tcfunc, "function") /* behaves like a function */ |