package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val name : t -> string
val content : t -> string
val fragments : t -> string option
val create : name:string -> content:string -> t