Skip to content

Commit

Permalink
Merge pull request #237 from ocaml/ps/rr/refactor__remove__automata_m…
Browse files Browse the repository at this point in the history
…arks__from_interface

refactor: remove [Automata.Marks] from interface
  • Loading branch information
rgrinberg authored Apr 14, 2024
2 parents 592471d + 45d4cf8 commit e5f9129
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/automata.mli
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ val rename : ids -> expr -> expr
(* States of the automata *)

type idx = int
module Marks : sig
type t =
{ marks: (mark * idx) list
; pmarks: Pmark.Set.t }
end

module E : sig
type t
Expand Down

0 comments on commit e5f9129

Please sign in to comment.