package iocamljs-kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type (!'a, !'b) status =
  1. | Ok of 'a
  2. | Error of 'b
val run_cell : int -> string -> (string, string) status list
val html_of_status : (string, string) status -> string -> string