File: dynamic_main.ml

package info (click to toggle)
camlmix 1.3.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: ml: 496; makefile: 89
file content (4 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (4)
1
2
3
4
let _ =
  match Sys.argv with
      [| _; param |] -> Dynamic.render param
    | _ -> prerr_string "Usage: dynamic PARAM\n"