package owi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val from_string : string -> Text.script Result.t

Parse a script from a string.

val from_channel : in_channel -> Text.script Result.t

Parse a script from a channel.

val from_file : Fpath.t -> Text.script Result.t

Parse a script from a file.

OCaml

Innovation. Community. Security.