purescript / documentation

Documentation for the PureScript language, compiler, and tools.
Other
1.02k stars 301 forks source link

Construct Origin with Number values #445

Closed andrew-barnard closed 2 years ago

andrew-barnard commented 2 years ago

Construct origin of type PointRec with Number values ( 0.0 ) to align with type definition

type PointRec = { x :: Number, y :: Number }
andrew-barnard commented 2 years ago

This fixes #444