package camelot

  1. Overview
  2. Docs
An OCaml Linter / Style Checker

Install

Dune Dependency

Authors

Maintainers

Sources

1.7.0.tar.gz
md5=635539bd1b341e922475cba35dadd317
sha512=684692fee671d832b7d926fd65bb53bfa90840a5d13350296ad593d1116fc6193b558c366968dcd159e28534438e9e8a222537cc3b92671d60a86d50fe760e33

doc/CHANGELOG.html

Changelog

1.7.0 (2021-03-01)

Fix undesired _ = None | None = _ style warnings

  • Only flags _ = Some _ | Some _ = _ option style violations now.
  • Also updates README to mention how Camelot is currently supported by OCaml < 4.13.0 (for now).

1.6.2 (2021-02-08)

 Match Case Improvements (PR#81)

* Improved student-facing "fix" for `x :: []` match patterns.
  Now includes the preferred syntax (`[x]`) that should be used 
  in place of the above.
* Added new tests for the match patterns.
* Add ocaml.4.11.1 to CI runners.
* Added CHANGELOG.md (finally)
OCaml

Innovation. Community. Security.