Std.App.Locale.Saying
trait
SayingThis declaration names behavior that types can implement.
What it does
What a catalogue can say, written one message at a time.
A catalogue is every message a program has, which is as many calls as there
are things it says. As methods they read as the list of messages they are;
as functions each call wrapped the one before it, so a catalogue of ten
messages was ten levels deep and the first message written was the last one
a reader reached.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
