Skip to content

Commit

Permalink
refactor: expose Cset.offset again (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg authored Oct 1, 2024
1 parent 4a1b435 commit 310ff8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cset.mli
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ val csingle : char -> t
val is_empty : t -> bool
val prepend : t -> 'a list -> (t * 'a list) list -> (t * 'a list) list
val pick : t -> c

val offset : int -> t -> t

0 comments on commit 310ff8f

Please sign in to comment.