package knights_tour

  1. Overview
  2. Docs
include module type of struct include Stdlib.Fun end
val id : 'a -> 'a
val const : 'a -> 'b -> 'a
val flip : ('a -> 'b -> 'c) -> 'b -> 'a -> 'c
val negate : ('a -> bool) -> 'a -> bool
val protect : finally:(unit -> unit) -> (unit -> 'a) -> 'a
exception Finally_raised of exn
val repeat : int -> ('a -> 'b) -> 'c -> 'd