Copy over implementation of Unify from Bergamot

This commit is contained in:
2023-03-03 22:42:05 -08:00
parent 4c8e62d7a3
commit dc797e941a
5 changed files with 155 additions and 14 deletions

View File

@@ -2,10 +2,5 @@ module Test.Main where
import Prelude
import Effect (Effect)
import Effect.Class.Console (log)
main :: Effect Unit
main = do
log "🍝"
log "You should add some tests."
main :: Unit
main = unit