package preface

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

Module type Meet_semilattice.API

The complete interface of a Meet_semilattice.

type t

The type held by the Meet_semilattice.

Functions

val meet : t -> t -> t

meet x y is the greatest lower bound of {x, y}.

Infix operators

module Infix : INFIX with type t := t
val (&&) : t -> t -> t

Infix version of meet.