Skip to content

Nuplompiler: remove unneeded bool constraints

Antonio Locascio requested to merge alocascio@nu-fresh-scalar into master

We can safely assume that the input wires to a boolean gate are valid bools, as:

  • Top-level inputs are checked and,
  • Boolean operations can only output boolean values.

Merge request reports