package ppx_where

  1. Overview
  2. No Docs
Haskell-style `where` clauses as a PPX syntax extension

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.tar.gz
md5=cdb1d702a42d4b61d02012bf146286f2

Description

ppx_where allows for the use of where clauses after expressions by rewriting the where syntax into let ... in syntax at compile-time. Additionally, ppx_where allows for some limited pattern matching such as that allowed in-place for arguments in normal function bindings.

Published: 26 Feb 2016

Dependencies (3)

  1. oasis build
  2. ocamlfind build
  3. ocaml >= "4.02" & < "4.03"

Dev Dependencies

None

Used by

None

Conflicts

None