package hardcaml

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

Source file edge.ml

1
2
3
4
5
6
7
8
9
type t =
  | Rising
  | Falling
[@@deriving sexp_of]

let to_int = function
  | Rising -> 1
  | Falling -> 0
;;
OCaml

Innovation. Community. Security.