This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
4
unikernel/duniverse/eqaf/check/fmt.ml
Normal file
4
unikernel/duniverse/eqaf/check/fmt.ml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
let pr fmt = Format.printf fmt
|
||||
let epr fmt = Format.eprintf fmt
|
||||
let pf ppf fmt = Format.fprintf ppf fmt
|
||||
let kstrf k fmt = Format.kasprintf k fmt
|
||||
Loading…
Add table
Add a link
Reference in a new issue