Skip to content

Instantly share code, notes, and snippets.

(executable
(name foo)
(libraries bigarray))
@aantron
aantron / dune
Last active March 15, 2019 06:44
Bisect_ppx+Reason+Dune
(executable
(name foo)
(preprocess (pps bisect_ppx)))
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
let
esy-solve-cudf = stdenv.mkDerivation rec {
name = "esy-solve-cudf-${version}";
version = "0.1.10";
src = fetchurl {
@aantron
aantron / README.md
Created May 2, 2023 20:05
OCaml runtime value-walking printers

This gist compares the outputs of reason-native's Console.log, Dum, and Inspect's S-expression printer on a test suite that has them print almost every kind of OCaml value.