guida-lang / compiler

Guida is a functional programming language that builds upon the solid foundation of Elm, offering backward compatibility with all existing Elm 0.19.1 projects
https://guida-lang.org
Other
40 stars 2 forks source link

add elm-review rule to disallow the use of `AssocList.intersect` #3

Closed decioferreira closed 1 month ago

decioferreira commented 1 month ago

Add an elm-review rule to disallow the use of AssocList.intersect, and point at using Utils.mapIntersection instead.

decioferreira commented 1 month ago

this is not required anymore with the introduction of src/Data/Map.elm, replacing AssocList import.