package orsetto

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

The module type of ingest specializations.

module Basis : Basis

The basis used to construct the profile.

module Form : module type of Basis.Form

An alias to the basis scanner form.

module Scan : module type of Basis.Scan

An alias to the specialized scanner module.

val scan : 'a model -> 'a Form.t Scan.t

Use scan m to compile the model m into a specialized scanner.