Module

Data.Smash.Env

Package
purescript-smash
Repository
paf31/purescript-smash

#ask Source

ask :: forall a rl r w. ComonadEnv a w => RowToList r rl => ComonadSmash rl r => Co (Smash (env :: Proxy2 w | r)) a

#askWith Source

askWith :: forall a rest rl r w l. ComonadEnv a w => IsSymbol l => Cons l (Proxy2 w) rest r => RowToList rest rl => ComonadSmash rl rest => SProxy l -> Co (Smash r) a