package lascar

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

Module Utils.TreeSource

A basic implementation of n-ary trees

Sourcemodule type Arg = sig ... end

Input signature of the functor Tree.Make.

Sourcemodule type S = sig ... end

Output signature of the functor Tree.Make.

Sourcemodule Make (A : Arg) : S with type node = A.node and type edge = A.edge

Functor building an implementation of the tree structure

OCaml

Innovation. Community. Security.