package seqes

  1. Overview
  2. Docs

Source file identity1.ml

1
2
3
4
type !'a mon = 'a
type !'a t = 'a
let return x = x
let bind x f = f x
OCaml

Innovation. Community. Security.