We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc39652 commit ab1dc30Copy full SHA for ab1dc30
src/Pathy/Sandboxed.purs
@@ -43,7 +43,7 @@ sandbox root = map (SandboxedPath root) <<< onRelOrAbs (go (root </> _)) (go id)
43
-- |
44
-- | This should only be used for situations where a path is already constrained
45
-- | within a system so that access to `/` is safe - for instance, in URIs.
46
-sandboxAny :: forall a b. IsRelOrAbs a => Path a b -> SandboxedPath a b
+sandboxAny :: forall a b. Path a b -> SandboxedPath a b
47
sandboxAny p = SandboxedPath rootDir p
48
49
-- | Returns the location a `SandboxedPath` was sandboxed to.
0 commit comments