Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Undefined name filter" #263

Open
Pytheas01 opened this issue Apr 4, 2020 · 1 comment
Open

"Undefined name filter" #263

Pytheas01 opened this issue Apr 4, 2020 · 1 comment

Comments

@Pytheas01
Copy link

If possible, please include complete self contained source files (for example by uploading to https://gist.github.com) that exhibit the issue in addition to quoting from them here. The smaller the example the better!

Steps to Reproduce

filter (\ARG => ARG < 3) [0, 1, 2, 3, 4]

Expected Behavior

[0, 1, 2] : List Integer

Observed Behavior

(interactive):1:1--1:41:Undefined name filter

@edwinb
Copy link
Owner

edwinb commented Apr 6, 2020

That's right, filter isn't in the prelude, it's in Data.List.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants