Closed tporcham closed 4 years ago
Hi,
I think there is a little typo in chapter "Making Our Own Types".
A type is defined as type Shape = Circle Float Float Float | Rectangle Float Float Float Float
type Shape = Circle Float Float Float | Rectangle Float Float Float Float
The type signature is given as:
`> Circle
Yes, you're absolutely right! Would you like to make a PR for this?
Created a pull request: https://github.com/learnyouanelm/learnyouanelm.github.io/pull/50
Hi,
I think there is a little typo in chapter "Making Our Own Types".
A type is defined as
type Shape = Circle Float Float Float | Rectangle Float Float Float Float
The type signature is given as:
`> Circle