mirror of
https://github.com/rowtype-yoga/purs-eval.git
synced 2024-11-26 11:26:48 +03:00
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
module Test.Main (main) where
|
|
|
|
import Prelude (Unit)
|
|
import Effect (Effect)
|
|
import Test.Compiler as Compiler
|
|
|
|
main :: Effect Unit
|
|
main = Compiler.runTests
|