polysemy-time-0.4.0.0: Polysemy Effect for Time
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Time.Diff

Description

Diff Combinator, Internal

Synopsis

Documentation

diff :: forall dt u i1 i2. TimeUnit u => Torsor dt u => Instant i1 dt => Instant i2 dt => i1 -> i2 -> u Source #

Subtract two arbitrary values that can be converted to an Instant.