Polysemy.Time.Diff
Description
Diff Combinator, Internal
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.
Instant