package ecaml

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

Source file modified_tick.ml

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

include (
  Int :
  sig
    type t = int [@@deriving sexp_of]

    include Comparable.S with type t := t
    include Hashable.S with type t := t
  end)

let ({ Value.Type.of_value_exn; to_value; id = _ } as type_) = Value.Type.int
OCaml

Innovation. Community. Security.