Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Make Junction.Str return...a Str!
Previously, it would form a Junction with everything Str'd. Thing is, things that (fairly) expect to get back a Str when they call .Str will then explode when they try to unbox it. This brings us in line with Niecza's semantics, so at the very least it's convergence...
- Loading branch information