package ppx_matches

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

ppx_matches

Translates

[%matches? Some(2)]

into

(function | Some(2) => true | _ => false) : int option -> bool
OCaml

Innovation. Community. Security.