ajhc-0.8.0.8: Haskell compiler that produce binary through C language

Safe HaskellNone

Fixer.Supply

Documentation

data Supply b a Source

Instances

newSupply :: MonadIO m => Fixer -> m (Supply b a)Source

supplyReadValues :: (Fixable a, MonadIO m) => Supply b a -> m [(b, a)]Source

sValue :: (Ord b, Fixable a) => Supply b a -> b -> Value aSource

readSValue :: (MonadIO m, Ord b, Fixable a) => Supply b a -> b -> m aSource

supplyValue :: (MonadIO m, Ord b, Fixable a) => Supply b a -> b -> m (Value a)Source