index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
pointers.tm
Age
Commit message (
Collapse
)
Author
2025-11-01
Fix case where `foo.baz.method()` failed to pass `baz` as `(&(foo.baz))`
Bruce Hill
when `foo` was a `&Foo` and `baz.method()` takes a `&Baz`.