tidy: minor doc improvements + String::share() with explicit mm
This commit is contained in:
parent
07b6cc949f
commit
9761688cfe
4 changed files with 13 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue