]> ocean-lang.org Git - ocean/commit - csrc/oceani.mdc
oceani: pass a file to print_value() and related functions.
authorNeilBrown <neil@brown.name>
Sat, 20 Nov 2021 00:46:14 +0000 (11:46 +1100)
committerNeilBrown <neil@brown.name>
Sat, 20 Nov 2021 00:46:14 +0000 (11:46 +1100)
commit617cc1dc6d34f5cdd64758419322fc1165d74868
treeca3e89a09515e364a077593ae1bf220758dd9d70
parent025b04b80f75fd004da2b5e884b35233ede2f6f5
oceani: pass a file to print_value() and related functions.

print_type receives a file, and a type can contain values, so
print_value() should take a file too.

Ideally print_exec() would as well, as the value of a function is an
exec.  Maybe another day.

Signed-off-by: NeilBrown <neil@brown.name>
csrc/oceani.mdc