Optimise imports #17

Closed
opened 2022-12-16 21:38:37 +01:00 by tdpeuter · 0 comments
Owner

For example

import Text.Parsec

becomes

import Text.Parsec( ParseError, anyToken, eof, manyTill, parse )
For example ``` import Text.Parsec ``` becomes ``` import Text.Parsec( ParseError, anyToken, eof, manyTill, parse ) ```
tdpeuter added this to the Deadline milestone 2022-12-16 21:38:37 +01:00
tdpeuter added the
task
label 2022-12-16 21:38:37 +01:00
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tdpeuter/2022FuncProg-project3-RPGEngine#17
No description provided.