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 f67d719 commit 7e47615
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 @@ -34,7 +34,7 @@ module Hs = Hstring

type 'a abstract =
| Cons of Hs.t * Ty.t
(* [Cons(hs, ty)] reprensents a constructor of an enum type of type [ty]. *)
(* [Cons(hs, ty)] represents a constructor of an enum type of type [ty]. *)

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

0 comments on commit 7e47615

Please sign in to comment.