Skip to content

Feedback on qualified names #152

@maxigit

Description

@maxigit

I understand this package has been intended to be imported qualified. But some people (like me) don't like qualified import neither they do like to be forced to do so (when there is no real need to do so)

Moreover, the tutorial import DataFrame as D and DataFrame.Functions as F? Why using to different letters ? (Haskell syntax allows to import different modules with the same qualifier)
Is it for clarity or because using the same name for both will result in name conflict ?
I find it rather confusing (and unnecessary) to have remember what is in F or in D.
Could not DataFrame not export everything ?

I probably could try importing DataFrame.Functions without qualifying it , because things like name and col makes perfect sense on their own, but then things like div and lift conflicts with the prelude.
Could not Expr a be made an instance of Integral and/or Applicative/Monad ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions