aiken/crates
KtorZ 49ddcccd12 Revert checking for negative constr on bool
It is impossible to serialize/deserialize a Data with a negative
  constructor. So the only way this can happen is by programmatically
  construct a value using builtin constr_data.

  While possible, it is entirely at the responsibility of the
  programmer, but not malleable from an attacker who can only provide
  values as 'Data' (and thus, must be decoded like others).
2024-08-08 00:39:44 -04:00
..
aiken Provide better errors on unknown type in cyclic definitions. 2024-08-06 19:24:48 +02:00
aiken-lang Define a safer API for unwrap_xxx_or and choose_data_xxx 2024-08-08 00:39:44 -04:00
aiken-lsp Provide better errors on unknown type in cyclic definitions. 2024-08-06 19:24:48 +02:00
aiken-project Fix out of order expect check. Also fix no_inline error in code gen. @acceptance_107 2024-08-08 00:39:44 -04:00
uplc Revert checking for negative constr on bool 2024-08-08 00:39:44 -04:00