blob: 3e5a7bc05400aa8c9dbcc3cb8dbdd2b186930ef6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
module PursLoader.LoaderUtil
( parseQuery
) where
import Data.Foreign (Foreign())
import PursLoader.LoaderRef (LoaderRef())
foreign import parseQuery :: String -> Foreign
|