File: expr_import_opaque.ml

package info (click to toggle)
ocaml-visitors 20200210-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,896 kB
  • sloc: ml: 4,077; makefile: 44; sh: 18
file content (3 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (5)
1
2
3
type expr =
  [%import: Expr.expr [@with int := int[@opaque]]]
  [@@deriving visitors { variety = "iter" }]