module Juvix.Builtin.V1.Bool;

--- Inductive definition of booleans.
builtin bool
type Bool :=
  | true
  | false;
Last modified on 2024-04-22 3:20 UTC