tidy: minor doc improvements + String::share() with explicit mm

This commit is contained in:
Roland Conybeare 2025-11-15 14:04:56 -05:00
commit 9761688cfe
4 changed files with 13 additions and 1 deletions

View file

@ -7,7 +7,7 @@
def foo = lambda (n : i64) { let (n == 0) then 1 else n * foo(n - 1); };
strategy:
----------
--------
while parsing def, instead of creating DefineExpr with nullptr TypeDescr:
a. create DefineExpr with TypeVariable.