0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 24 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved refine call to its own module More... over 4 years ago
Added `Dfn::ext` More... over 4 years ago
Report error if refinement failed without ambiguity More... over 4 years ago
Use `-a` as `neg(a)` More... over 4 years ago
Added `neg` to "lib.dyon" More... over 4 years ago
Added `neg` as standard external function More... over 4 years ago
Added `not` to "lib.dyon" More... over 4 years ago
Rewrite `!a` as `not(a)` in type checker More... over 4 years ago
Write `not(a)` as `!a` More... over 4 years ago
Convert `!a` into `not(a)` More... over 4 years ago
Added `not` as standard external function More... over 4 years ago
Make closure calls work with ad-hoc types More... over 4 years ago
Check return type of extra type information More... over 4 years ago
Added ambiguity check for `in` More... over 4 years ago
Added ambiguity check for `thr` More... over 4 years ago
Added "norm" to "lib.dyon" More... over 4 years ago
Check that extra type information arguments work with function arguments More... over 4 years ago
Report error on wrong number of arguments in extra type information More... over 4 years ago
Report error if function has extra type information without returning something More... over 4 years ago
Do not allow "sec" as ad-hoc type More... over 4 years ago
Added ambiguity check for `res` More... over 4 years ago
Added ambiguity check for `opt` More... over 4 years ago
Make `link` ambiguous with `any` More... over 4 years ago
Make `vec4` ambiguous with `any` More... over 4 years ago
Make `mat4` ambiguous with `any` More... over 4 years ago
Make `str` ambiguous with `any` More... over 4 years ago
Make `bool` ambiguous with `any` More... over 4 years ago
Make `f64` ambiguous with `any` More... over 4 years ago
Make `std` namespace for standard external functions More... over 4 years ago
Delay premature error More... over 4 years ago