quox/tests/Tests.idr

8 lines
80 B
Idris
Raw Normal View History

module Tests
import TAP
export main : IO ()
main = run
[todo "write tests"]