package core

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

Sexps look like "(12:01 nyc)"

Two t's may or may not correspond to the same times depending on which date they're evaluated.

include sig ... end
val __bin_read_t__ : (int -> t) Core_kernel.Bin_prot.Read.reader
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val pp : Base__.Import.Caml.Format.formatter -> t -> unit

Strings look like "12:01 nyc"

include Core_kernel.Stringable with type t := t
val of_string : string -> t
val to_string : t -> string
module With_nonchronological_compare : sig ... end
module Stable : sig ... end
OCaml

Innovation. Community. Security.