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
The most important method new_type, isn't even listed in our docs. It would be nice to have official documentation/examples. On the other hand, if this isn't a stable class and isn't supposed to be used, the docs should say so.
The text was updated successfully, but these errors were encountered:
Timo's ADT module gives an example of creating a type with Metamodel::ClassHOW, then adding constructors and methods:
https://github.com/timo/ADT/blob/master/lib/ADT.pm6
The most important method
new_type, isn't even listed in our docs. It would be nice to have official documentation/examples. On the other hand, if this isn't a stable class and isn't supposed to be used, the docs should say so.The text was updated successfully, but these errors were encountered: