mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-24 05:33:19 +03:00
isValidPath -> validPath
This commit is contained in:
parent
02e1adf263
commit
f086a5c5a9
@ -61,5 +61,5 @@ data ReadonlyStoreEffects rootedPath validPath m =
|
||||
, -- | Project out the underlying 'rootedPath' from a 'validPath'
|
||||
fromValidPath :: !(validPath -> rootedPath)
|
||||
, -- | Is the given path valid?
|
||||
isValidPath :: !(rootedPath -> m (Maybe validPath))
|
||||
validPath :: !(rootedPath -> m (Maybe validPath))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user