package jingoo

  1. Overview
  2. Docs

Module Jg_interp.RevicedApiSource

Sourceval from_file : ?env:??? -> ?models:??? -> output:(Jg_types.tvalue -> unit) -> ?ctx:??? -> string -> unit
Sourceval from_string : ?env:??? -> ?models:??? -> ?file_path:??? -> output:(Jg_types.tvalue -> unit) -> ?ctx:??? -> string -> unit
Sourceval from_chan : ?env:??? -> ?models:??? -> ?file_path:??? -> output:(Jg_types.tvalue -> unit) -> ?ctx:??? -> in_channel -> unit