-
Updated
Sep 27, 2021 - OCaml
OCaml
OCaml is a general purpose industrial-strength programming language with an emphasis on expressiveness and safety, It is supporting functional, imperative and object-oriented styles.
Here are 1,922 public repositories matching this topic...
-
Updated
Sep 29, 2021 - TeX
-
Updated
Sep 2, 2021 - Haskell
-
Updated
Sep 29, 2021 - OCaml
Follow-up issue to ocaml/ocaml#10275 (comment), noting CompCert's manual.
-
Updated
Sep 20, 2021 - HTML
-
Updated
Aug 21, 2021
A formula like forall x1. forall. x2. exists x3. phi gets resugared to, and hence pretty printed as, forall x1 x2 x3. phi. The bug is in the uncurry function in FStar.Syntax.Reguar.fs.
-
Updated
Sep 28, 2021 - OCaml
-
Updated
May 20, 2019
Dune systematically buffers the output of commands so that their output is not mixed up during parallel builds. However, this is not ideal for interactive commands that require direct access to the terminal.
Currently, the only workaround is to run dune with -j 1 --no-buffer which is not ideal since it completely disables parallelism and also require a specific dune invocation.
Another ide
-
Updated
Sep 29, 2021 - JavaScript
-
Updated
Sep 29, 2021 - OCaml
-
Updated
Sep 23, 2021 - OCaml
Describe the bug
The following (wrong) simple source file triggers an assertion failure.
> mkdir /tmp/bug
> cd /tmp/bug
> cat - > prop.ml
type t
type prop
external set : t -> prop -> t -> unit = "caml_js_get"
let set_if_some o p = function None -> () | Some v -> set o p v
> ocamlc -c prop.ml
> js_of_ocaml compile prop.cmo
js_of_ocaml: You found a bug. Please report it at htt
Dream.drop_cookie name request response =
Dream.set_cookie name "" request response ~expires:0. ~encrypt:falseDream.drop_cookie should have all the same optionals as Dream.set_cookie, and simply forward them, except that it shouldn't have ~expires, ~max_age, or ~encrypt at all. It can be added right after `set_sooki
-
Updated
Jun 12, 2017 - OCaml
-
Updated
Mar 31, 2015 - OCaml
-
Updated
Aug 12, 2021 - C
Created by Xavier Leroy
Released 1996
Latest release 5 days ago
- Repository
- ocaml/ocaml
- Website
- ocaml.org
- Wikipedia
- Wikipedia


Since we also expose the Skia-bindings for a Canvas-like API I think it might be a good idea to start refactoring the API to utilise more named arguments e.g.
~x=..., ~y=....What do you others think?