aiken/crates
KtorZ a5e505e6b0 Remove unused let-binding from type-checking
The typed-AST produced as a result of type-checking the program will
  no longer contain unused let-bindings. They still raise warnings in
  the code so that developers are aware that they are being ignore.

  This is mainly done to prevent mistakes for people coming from an
  imperative background who may think that things like:

  ```
  let _ = foo(...)
  ```

  should have some side-effects. It does not, and it's similar to
  assigned variables that are never used / evaluated. We now properly
  strip those elements from the AST when encountered and raise proper
  warnings, even for discarded values.
2023-03-16 15:29:44 -04:00
..
aiken Fix blueprint generation for recursive types. 2023-03-12 12:44:49 -04:00
aiken-lang Remove unused let-binding from type-checking 2023-03-16 15:29:44 -04:00
aiken-lsp fix: From<&str> for GlobPattern does not exist need to use string 2023-03-06 13:15:12 -05:00
aiken-project chore: bow to the clippy 2023-03-14 17:03:28 -04:00
flat-rs chore: update some deps 2023-03-06 11:09:44 -05:00
uplc feat: json output for uplc eval 2023-03-08 10:19:36 +01:00