package preface

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

Source file void.ml

1
2
3
4
5
type t = |

let absurd : t -> 'a = function _ -> .
let left x = Stdlib.Either.fold ~left:Fun.id ~right:absurd x
let right x = Stdlib.Either.fold ~left:absurd ~right:Fun.id x
OCaml

Innovation. Community. Security.