skeleton of example
This commit is contained in:
parent
4c0ab9ca9b
commit
d8e8a95ef4
3 changed files with 39 additions and 14 deletions
7
example/Example.idr
Normal file
7
example/Example.idr
Normal file
|
@ -0,0 +1,7 @@
|
|||
module Example
|
||||
|
||||
import TAP
|
||||
|
||||
|
||||
main : IO ()
|
||||
main = TAP.main !getTestOpts []
|
8
example/example.ipkg
Normal file
8
example/example.ipkg
Normal file
|
@ -0,0 +1,8 @@
|
|||
package tap-example
|
||||
depends = base, contrib, tap
|
||||
|
||||
sourcedir = "."
|
||||
|
||||
executable = tap-example
|
||||
main = Example
|
||||
modules = Example
|
Loading…
Add table
Add a link
Reference in a new issue