DEV Community

Discussion on: Getting started with fp-ts: Eq

Collapse
 
erichenry profile image
Henry

Why are User and Point declared using type instead of interface?

Collapse
 
steida profile image
Daniel Steigerwald

There is no real reason. An interface would work as well. Check github.com/gcanti/fp-ts/issues/953