package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Glob_compunit of string
  2. | Glob_predef of string
val name : t -> string
val of_ident : Ident.t -> t option