mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
24 lines
440 B
Plaintext
24 lines
440 B
Plaintext
. ../../../testutils.sh
|
|
|
|
idris2 FromTTImp.idr << EOF
|
|
:printdef natExprMacroTest
|
|
:printdef natExprPrecedenceTest
|
|
:printdef natExprScriptTest
|
|
natExprFunctionTest
|
|
:q
|
|
EOF
|
|
|
|
idris2 FromName.idr << EOF
|
|
:printdef myNameMacroTest
|
|
:printdef myNameScriptTest
|
|
myNameFunctionTest
|
|
:q
|
|
EOF
|
|
|
|
idris2 FromDecls.idr << EOF
|
|
:printdef natDeclsMacroTest
|
|
:printdef natDeclsScriptTest
|
|
natDeclsFunctionTest
|
|
:q
|
|
EOF
|