package core_extended

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.