Skip to content
Snippets Groups Projects
Commit e3d78f62 authored by Alan Schmitt's avatar Alan Schmitt
Browse files

String.get

parent 476db215
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,7 @@ module String : sig ...@@ -102,6 +102,7 @@ module String : sig
val concat : string -> string list -> string val concat : string -> string list -> string
val iter : (char -> unit) -> string -> unit val iter : (char -> unit) -> string -> unit
val make : int -> char -> string val make : int -> char -> string
val get : string -> int -> char
end end
(* Coq outputs exceptions in the place of arbitrary *) (* Coq outputs exceptions in the place of arbitrary *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment