Jamie Ballingall
Jamie Ballingall
The driver-routing example contains the line: https://github.com/purescript-halogen/purescript-halogen/blob/2f8531168207cda5256dc64da60f791afe3855dc/examples/driver-routing/src/RouteLog.purs#L11 that doesn't appear to do anything. It isn't referenced elsewhere in the file or example. Perhaps it could be removed to reduce confusion...
**ClockHalogenHooks** Port [Elm Clock Example](https://elm-lang.org/examples/clock) to HalogenHooks. This issue was split from #158 so it can be addressed separately.
I was messing around trying to replace HMatrix with this library. I was hoping to see something like: ``` () :: MatrixType v -> v -> Maybe v ``` or...
I was working through "Practical Profunctor Lenses & Optics In PureScript" and had trouble with: ``` _name :: forall a r. Lens' { name :: a | r } a...
Steps to replicate: ```spago init spago build spago docs spago test ``` So far everything works as expected. But now run ``` spago docs ``` again. It does create most...
The documentation for `Int` in `Prim` says: "A 32-bit signed integer. See the purescript-integers package for details of how this is accomplished when compiling to JavaScript." I don't think this...
**Description of the change** Fixes #300 by updating the Reflexivity law of `Ord` to read: ``` -- | - Reflexivity: if `a == b` then `a
A while back, after some discussion, we updated the antisymetry law of `Ord` from: ```purs -- | - Antisymmetry: if `a x