Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 209 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 209 Bytes

TimeIt

Plain simple timing for HasIO actions

Main> :module TimeIt
Main> :module System
Main> :exec timeIt "Woof" $ traverse (\n => sleep n <* printLn n) [3,1,2]
3
1
2
Woof: 6.000343895