]> ocean-lang.org Git - ocean/commitdiff
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)
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>

No differences found