flix / book

The Flix Programming Book
Other
16 stars 22 forks source link

chore: Changes to type parameter order where Result is quoted in code #71

Closed stephentetley closed 1 year ago

stephentetley commented 1 year ago

Type parameter order changes to the docs where Result appears in quoted code. This matches changes to the stdlib where Result and Validation have had their type parameter orders changed so they can have instances for Functor, etc.

The Validation type does not appear in quoted code.

magnus-madsen commented 1 year ago

Thanks!