Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
- data FixedDerivation = FixedDerivation {}
- prefetch :: String -> String -> IO FixedDerivation
Documentation
data FixedDerivation Source #
Instances
Eq FixedDerivation Source # | |
Defined in Elm2Nix.FixedOutput (==) :: FixedDerivation -> FixedDerivation -> Bool # (/=) :: FixedDerivation -> FixedDerivation -> Bool # | |
Show FixedDerivation Source # | |
Defined in Elm2Nix.FixedOutput showsPrec :: Int -> FixedDerivation -> ShowS # show :: FixedDerivation -> String # showList :: [FixedDerivation] -> ShowS # |