]> git.immae.eu Git - github/fretlink/purs-loader.git/blob - example/src/Test.purs
Add FFI JavaScript as a webpack dependency
[github/fretlink/purs-loader.git] / example / src / Test.purs
1 module Test (test, testing) where
2
3 import Prelude
4
5 test = "a"
6
7 foreign import testing :: String