purescript-0.15.15: tests/purs/passing/PolykindGeneralizedTypeSynonym.purs
module Main where import Effect.Console (log) data Proxy a = Proxy type Prozy = Proxy test1 = Proxy :: Prozy Int test2 = Proxy :: Prozy "foo" main = log "Done"
module Main where import Effect.Console (log) data Proxy a = Proxy type Prozy = Proxy test1 = Proxy :: Prozy Int test2 = Proxy :: Prozy "foo" main = log "Done"