package stdune

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

Source file predicate.ml

1
2
3
4
5
6
7
type 'a t = 'a -> bool

let create x = x
let true_ _ = true
let false_ _ = false
let test f x = f x
let contramap t ~f x = t (f x)
OCaml

Innovation. Community. Security.