Skip to content

Commit

Permalink
Update src/lib/reasoners/enum.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Basile Clément <[email protected]>
  • Loading branch information
Halbaroth and bclement-ocp authored Oct 12, 2023
1 parent 7e47615 commit 341a0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/reasoners/enum.ml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type 'a abstract =
(* [Cons(hs, ty)] represents a constructor of an enum type of type [ty]. *)

| Alien of 'a
(* [Alien r] reprensents a uninterpreted enum semantic values. *)
(* [Alien r] represents a uninterpreted enum semantic value. *)

module type ALIEN = sig
include Sig.X
Expand Down

0 comments on commit 341a0a3

Please sign in to comment.