#!/usr/bin/env ion
rm -rf test-nothing
pi new haskell test-nothing
cargo run -- module test-nothing "Lib" "NewLib.Nested"
cd test-nothing
stack test
#exa -T
cd ../
rm -rf test-nothing
