package ppx_seq

  1. Overview
  2. Docs
Simple unintrusive ppx rewriter that offers Seq literals

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.1.tar.gz
md5=4fe973a7f42e436b855f6205886e74ac

Description

Tags

syntax

Published: 27 Jan 2022

README

README

ppx_seq
-------

simple unintrusive ppx rewriter that provides easy-to-construct sequence syntax

this rewriter aims to facilitate the use of Seq module, especially after the
excellent additions to it starting from OCaml 4.14

example:
  [%seq 1; 2; 3] => fun()->Cons(1, fun()->Cons(2, fun()->Cons(3, fun()->Nil)))
  [%seq.empty] => fun()->Nil

Dependencies (3)

  1. ppxlib >= "0.24.0"
  2. dune >= "2.9"
  3. ocaml >= "4.07"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.