yesod/yesod-core/Yesod/Core/Internal.hs
2013-03-12 05:49:24 +02:00

8 lines
234 B
Haskell

-- | Exposed mostly for testing. These functions provide an unstable API and
-- should not be relied upon.
module Yesod.Core.Internal
( module X
) where
import Yesod.Core.Internal.Request as X (randomString, parseWaiRequest)