move todo
This commit is contained in:
parent
854a1e1886
commit
c4d815b5fc
@ -59,6 +59,8 @@ import Lazy: groupby
|
||||
|
||||
reifyparams(v::IVertex) = mapconst(x -> isa(x, Param) ? x.x : x, v)
|
||||
|
||||
# TODO: type hints for parameters
|
||||
|
||||
function process_type(ex)
|
||||
@capture(ex, type T_ fs__ end)
|
||||
@destruct [params = false || [],
|
||||
|
@ -1,7 +1,5 @@
|
||||
export Affine
|
||||
|
||||
# TODO: type hints for parameters
|
||||
|
||||
@net type Affine
|
||||
W
|
||||
b
|
||||
|
Loading…
Reference in New Issue
Block a user