Skip to content
#

functional-language

Here are 105 public repositories matching this topic...

ocaml
anmonteiro
anmonteiro commented Feb 12, 2020

I tend to use let[@ocaml.warning "-8"] ... when I'm trying something out quickly.

This is not currently possible with binding operators, and instead produces a syntax error:

File "src/redacted.ml", line 63, characters 8-10:
63 |   let* [@ocaml.warning "-8"] (Some v) =
             ^^
Error: Syntax error
manool

Improve this page

Add a description, image, and links to the functional-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the functional-language topic, visit your repo's landing page and select "manage topics."

Learn more