Christopher Chalmers

Results 3 issues of Christopher Chalmers

Makes a horrible orphan instance for `First`, needed because of the `MonadFail` change. It's not perfect but at least people who come here to try it out will be able...

The `majorTicksHelper` function generates an ugly near zero number if zero is in the middle of the interval: ``` map floatShow $ linearMajorTicks 6 (-1, 1) [-1.2,-0.9,-0.6,-0.3,1.110223e-16,0.3,0.6,0.9,1.2] ``` It looks...

```haskell import Clash.Prelude import Clash.Promoted.Nat.Unsafe topEntity :: SystemClockReset => Signal System Bool topEntity = metronome 4 metronome :: SystemClockReset => Integer -> Signal System Bool metronome i = case unsafeSNat...

wontfix