ta0kira / zeolite

Zeolite is a statically-typed, general-purpose programming language.
Apache License 2.0
18 stars 0 forks source link

Document contracts for built-in and library interfaces. #137

Closed ta0kira closed 3 years ago

ta0kira commented 3 years ago

For example, Default.default should return a new value each call so that mutating one doesn't mutate another.