package orsetto

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

The type of the scanner symbol.

type position

The type of the scanner position.

type +'a form

The type constructor of the scanner form.

module Scan : Cf_scan.Profile with type symbol := symbol and type position := position and type 'a form := 'a form

The basic scanner module.