package core_extended

  1. Overview
  2. Docs
Extra components that are not as closely vetted or as stable as Core

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=17de5f7cf59818d757bb0625c55f0afc84509122645b7782fb522ac98c3be446

doc/src/core_extended.immediate/immediate_stringable.ml.html

Source file immediate_stringable.ml

1
2
3
4
5
6
module type S = sig
  type t

  val of_immediate_string : Immediate_string.t -> t
  val to_immediate_string : t -> Immediate_string.t
end
OCaml

Innovation. Community. Security.