package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Dash
  2. | Dot
  3. | Colon

Dash-formatted strings look like "xx-xx-xx-xx-xx-xx", where the x's are any hex digit. Dot-formatted strings look like "xxxx.xxxx.xxxx". Colon-formatted strings look like "xx:xx:xx:xx:xx:xx".

val compare : t -> t -> int
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val all : t list
module Stable : sig ... end