package pfff

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

Source file int.ml

1
2
3
4
5
6
7
8
9
(* 
 * this module is here just so that people can write
 *   module ISet = Set.Make (Int)
 * just like they write
 *   module SMap = Map.Make (String)
 *)

type t = int 
let compare = (-)
OCaml

Innovation. Community. Security.