Skip to content

Commit

Permalink
refactor: remove [Automata.Marks] from interface
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>

<!-- ps-id: 31a75f75-8506-4c45-8b86-919e04bc91c8 -->
  • Loading branch information
rgrinberg committed Apr 13, 2024
1 parent de7057c commit 45d4cf8
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 45d4cf8

Please sign in to comment.