package core_kernel

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

Source file time_ns_alternate_sexp.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
open! Import

(* A [Time_ns] that uses its alternate sexp representation. *)
include (
  Time_ns :
    module type of struct
    include Time_ns
  end)

include (
  Alternate_sexp :
  sig
    type t [@@deriving sexp]
  end
  with type t := t)