Project

General

Profile

Download (112 Bytes) Statistics
| Branch: | Tag: | Revision:
1
let debug = false
2

    
3
let log ?debug:(dbg=false) f =
4
  if debug || dbg then
5
    Format.printf "%t" f
6
  else
7
    ()
(4-4/5)