package bwd

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a bwd =
  1. | Emp
  2. | Snoc of 'a bwd * 'a
module BwdLabels : sig ... end

This module is intended to mimic a small part of the Stdlib.ListLabels module. We only add the functions we need.

module BwdNotation : sig ... end
OCaml

Innovation. Community. Security.