package core

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

Source file sign_or_nan.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
open! Import
module Sign_or_nan = Base.Sign_or_nan

module Stable = struct
  module V1 = struct
    type t = Sign_or_nan.t =
      | Neg
      | Zero
      | Pos
      | Nan
    [@@deriving sexp, bin_io, compare, hash, typerep, enumerate]
  end
end

include Stable.V1
include Sign_or_nan
include Identifiable.Extend (Sign_or_nan) (Stable.V1)
OCaml

Innovation. Community. Security.