package linol-eio

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

Module Linol_eio.NotebookDocumentSource

Sourcetype t = {
  1. cells : Linol_lsp__Types.NotebookCell.t list;
  2. metadata : Linol_lsp.Import.Json.Object.t option;
  3. notebookType : string;
  4. uri : Linol_lsp.Uri0.t;
  5. version : int;
}
Sourceval create : cells:Linol_lsp__Types.NotebookCell.t list -> ?metadata:Linol_lsp.Import.Json.Object.t -> notebookType:string -> uri:Linol_lsp.Uri0.t -> version:int -> unit -> t
include Linol_lsp.Import.Json.Jsonable.S with type t := t
Sourceval t_of_yojson : Yojson.Safe.t -> t
Sourceval yojson_of_t : t -> Yojson.Safe.t