package core

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

Provides a sexp representation where all sexps must include a timezone (in contrast to V1 above, which will assume local timezone if it's not specified). When serializing, it uses the local timezone. Concretely, this is just V1 but t_of_sexp is replaced with t_of_sexp_abs.

module V1 : sig ... end