]> ocean-lang.org Git - ocean/commit
oceani: delegate type compatability to type.
authorNeilBrown <neil@brown.name>
Sun, 28 Apr 2019 03:45:26 +0000 (13:45 +1000)
committerNeilBrown <neil@brown.name>
Wed, 1 May 2019 08:09:53 +0000 (18:09 +1000)
commita6be40dda96f13fc9e6d4dce8dd7c6774b7e9ddc
treeec66339ca2607cc399ac889daa87233cb07a4a57
parent7254210307fb5abce5630bfad8606e6ebc102ae9
oceani: delegate type compatability to type.

Rename vtype_compat to type_compat, and have it
call the ->compat function if the required type
provides it.
Otherwise require type equivalence.

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