purs-eval/test/Main.purs

9 lines
155 B
Plaintext
Raw Normal View History

2022-11-02 05:37:33 +03:00
module Test.Main (main) where
2022-10-28 23:27:31 +03:00
import Prelude (Unit)
import Effect (Effect)
import Test.Compiler as Compiler
2022-10-28 23:27:31 +03:00
main :: Effect Unit
main = Compiler.runTests