File: check402.ml

package info (click to toggle)
hevea 2.38-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,824 kB
  • sloc: ml: 19,525; sh: 505; makefile: 311; ansic: 132
file content (6 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
6
let () =
  if compare Sys.ocaml_version "4.02.0" >= 0  then
    Printf.printf "ok"
  else
    Printf.printf "no"