File: expr15c.ml

package info (click to toggle)
ocaml-visitors 20210608-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,900 kB
  • sloc: ml: 4,031; makefile: 44; sh: 18
file content (5 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (5)
1
2
3
4
5
open Expr15
open Expr15b

let () =
  Printf.printf "%d\n" (size (EAdd (EConst 22, EConst 11)))