package archetype

  1. Overview
  2. Docs

Source file ident.ml

1
2
3
4
5
6
7
8
9
10
(* -------------------------------------------------------------------- *)
type ident = string
[@@deriving yojson, show {with_path = false}]

(* -------------------------------------------------------------------- *)
let cmp_ident = (String.compare : ident -> ident -> int)

(* -------------------------------------------------------------------- *)
module Mid = Tools.Map.Make(String)
module Sid = Tools.Set.Make(String)
OCaml

Innovation. Community. Security.