File: stdcompat__lazy.ml.in

package info (click to toggle)
ocaml-stdcompat 14-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,152 kB
  • sloc: ml: 22,329; makefile: 211; sh: 120
file content (10 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
include Lazy

@BEGIN_BEFORE_4_00_0@
let from_fun = lazy_from_fun

let from_val v =
  lazy v

let is_val = lazy_is_val
@END_BEFORE_4_00_0@