Advanced:
This returns a Dict mapping names like "List.map"
to the associated wrapper functions (e.g. MeList.map
).
Generally, you do not want to use this module unless
you're building something like a REPL. Instead just
directly use things like MeList.map
. When you use
allWrappers
it brings in all the associated code.
allWrappers : Dict String MeType.Expr
Dict mapping names like "List.name" to associated meta-elm wrapper expression
viewWrappers : List (Html msg)
vanilla HTML of supported wrapper methods
You will generally only display this if you are using allWrappers. If you want to display these more nicely, you can read the source.