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

Lots of functions not exported from Buffer/HighLevel.hs #707

Open
hamishmack opened this issue Nov 30, 2014 · 4 comments
Open

Lots of functions not exported from Buffer/HighLevel.hs #707

hamishmack opened this issue Nov 30, 2014 · 4 comments

Comments

@hamishmack
Copy link
Contributor

Functions like atSof do not seem to be exported from HighLevel. Is this intentional?

@Fuuzetsu
Copy link
Member

Somewhat recently export lists were added to a bunch of modules and it turned out that many functions are unused or only used within defining module. If you have use for the extra functions, they can be exported without much hassle.

@jhance
Copy link
Member

jhance commented Nov 30, 2014

It would probably be good to do a run through of all the functions and decide export or delete.

Would get rid of alot of annoying warnings.

This problem is not specific to Buffer/HighLevel I think.

@hamishmack
Copy link
Contributor Author

Leksah was using atSof, readCharB, nextPointB, prevPointB.

@ethercrow
Copy link
Member

@hamishmack I've just exported atSof, but readCharB, nextPointB and prevPointB seem redundant, because we already have readB, leftB and rightB. Is it OK if I delete those three?

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

4 participants