package current

  1. Overview
  2. Docs
Pipeline language for keeping things up-to-date

Install

Dune Dependency

Authors

Maintainers

Sources

current-0.6.2.tbz
sha256=ed312cab4ce8d13b9547ee2f935a6954f1d5211de1c22d44d85baaeb9f5fca9d
sha512=c2981a2c7f05bd6f235662b74ee3a679cc395be3d2cca808fac3dc562d6307e8bfe05efff40f42fa4738443cc2fe13929bab9d815c43d741950e5e0e1e6da7a6

doc/src/current.term/id.ml.html

Source file id.ml

1
2
3
4
5
6
7
8
9
10
11
module Key = struct
  type t = < >
  let compare = compare
end

type t = Key.t
let mint () = object end
let equal = (=)

module Set = Set.Make(Key)
module Map = Map.Make(Key)
OCaml

Innovation. Community. Security.