You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we've got lots of lovely Alpaca modules out in the world I could see it being handy to have a way of aliasing a module name so that it can used in a qualified sense without lots of typing.
alias my_cool_framework_special_set_type as cool_set
let x =
cool_set.new [1,2]
I like it but it will be relatively low priority on my personal task list for the next little while (happy if someone else picks it up).
Is there a way we can make it more clear that a module is being aliased? Do we need/want the ability to do this for other things (like types) or would that get too messy? Some minor concerns with how we annotate compiled output/report on errors as well.
Hello!
When we've got lots of lovely Alpaca modules out in the world I could see it being handy to have a way of aliasing a module name so that it can used in a qualified sense without lots of typing.
Carried over from : #221 (comment)
The text was updated successfully, but these errors were encountered: