move todo

This commit is contained in:
Mike J Innes 2017-03-09 00:12:49 +00:00
parent 854a1e1886
commit c4d815b5fc
2 changed files with 2 additions and 2 deletions

View File

@ -59,6 +59,8 @@ import Lazy: groupby
reifyparams(v::IVertex) = mapconst(x -> isa(x, Param) ? x.x : x, v) reifyparams(v::IVertex) = mapconst(x -> isa(x, Param) ? x.x : x, v)
# TODO: type hints for parameters
function process_type(ex) function process_type(ex)
@capture(ex, type T_ fs__ end) @capture(ex, type T_ fs__ end)
@destruct [params = false || [], @destruct [params = false || [],

View File

@ -1,7 +1,5 @@
export Affine export Affine
# TODO: type hints for parameters
@net type Affine @net type Affine
W W
b b