package prbnmcn-basic-structures

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

Module type Basic_intf.Infix_orderSource

type 'a m
type t
val (<) : t m -> t m -> bool m
val (>) : t m -> t m -> bool m
val (<=) : t m -> t m -> bool m
val (>=) : t m -> t m -> bool m
val (=) : t m -> t m -> bool m
val (<>) : t m -> t m -> bool m