]> git.immae.eu Git - github/fretlink/purs-loader.git/blame - src/PursLoader/LoaderUtil.purs
PureScript 0.7 updates and migration to pulp
[github/fretlink/purs-loader.git] / src / PursLoader / LoaderUtil.purs
CommitLineData
c194f84c 1module PursLoader.LoaderUtil
0e1221d7 2 ( parseQuery
c194f84c 3 ) where
4
5import Data.Foreign (Foreign())
6
7import PursLoader.LoaderRef (LoaderRef())
8
03b840cb 9foreign import parseQuery :: String -> Foreign