aiken/crates/aiken-lang/src/tipo
KtorZ ba911d48ea
Refactor 'is_capture' field on function expressions.
Refactored into an enum to make it easier to extend with a new variant to support binary operators.
2023-06-17 07:26:46 +02:00
..
environment.rs feat(tests): implement a way to express that tests can fail 2023-05-25 16:54:53 -04:00
error.rs fix: add module name to type mismatch error 2023-06-01 20:00:36 -04:00
expr.rs Refactor 'is_capture' field on function expressions. 2023-06-17 07:26:46 +02:00
fields.rs Fix display of 'UnknownLabels' 2023-01-21 11:37:19 +01:00
hydrator.rs fix some typos 2023-04-07 16:51:18 -04:00
infer.rs feat(tests): implement a way to express that tests can fail 2023-05-25 16:54:53 -04:00
pattern.rs Extend parser to support int as hexadecimal and numeric underscore. 2023-06-08 15:33:50 +02:00
pipe.rs feat: invert how casting is controlled 2023-02-04 02:33:10 -05:00
pretty.rs Remove leading '#' for tuple definitions. 2023-01-14 20:22:19 +01:00