package owl-base

  1. Overview
  2. Docs
On This Page
  1. Ops Builder
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.BuilderSource

Ops Builder
Sourcemodule type Siso = sig ... end
Sourceval build_siso : (module Siso) -> t -> t

build single input single output operations

Sourcemodule type Sipo = sig ... end
Sourceval build_sipo : (module Sipo) -> t -> t * t

build single input pair outputs operations

Sourcemodule type Sito = sig ... end
Sourceval build_sito : (module Sito) -> t -> t * t * t

build single input triple outputs operations

Sourcemodule type Siao = sig ... end
Sourceval build_siao : (module Siao) -> t -> t array

build single input array output operations

Sourcemodule type Piso = sig ... end
Sourceval build_piso : (module Piso) -> t -> t -> t

build pair inputs single output operations

Sourcemodule type Aiso = sig ... end
Sourceval build_aiso : (module Aiso) -> t array -> t

build array input single output operations

OCaml

Innovation. Community. Security.