johnwhitington / ocamli

OCaml interpreter
BSD 3-Clause "New" or "Revised" License
99 stars 0 forks source link

-show-pervasives is must show stuff which is inside #24

Open johnwhitington opened 8 years ago

johnwhitington commented 8 years ago

e.g for print_int (factorial 4) we shouldn't ellide factorial 4's evaluation just because it's inside a print_int!