package sexp_string_quickcheck

  1. Overview
  2. Docs
Quickcheck helpers for strings parsing to sexps

Install

Dune Dependency

Authors

Maintainers

Sources

sexp_string_quickcheck-v0.15.0.tar.gz
sha256=abd619a1a3ccf5730dd0ee9396681f4e5b7513d34ce36af4b28ec09b4661ac14

Description

This library provides quickcheck generators, helpers, and shrinkers for quickcheck-based tests that wish to exercise the concrete syntax of sexps, including escape sequences and comments.

Published: 21 Mar 2022

Dependencies (5)

  1. dune >= "2.0.0"
  2. ppx_jane >= "v0.15" & < "v0.16"
  3. parsexp >= "v0.15" & < "v0.16"
  4. core >= "v0.15" & < "v0.16"
  5. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None