Skip to content
Snippets Groups Projects
main.ml 140 B
Newer Older
open Ast_coffee

let () =
  let f = Chainop (Var "a", [(Lt, Var "b"); (Le, Var "c"); (Eq, Var "d")]) in
  print_endline (string_of_value f)