feat: enhance matplotlib type defs

This commit is contained in:
Shunsuke Shibayama 2023-06-03 12:03:31 +09:00
parent ea132e2345
commit 0b87a49b85
13 changed files with 38 additions and 0 deletions

View file

@ -1,5 +1,6 @@
# TODO: dependent (static shaped)
.NDArray = 'ndarray': ClassType
.NDArray <: Iterable Obj
.NDArray <: Num
.NDArray.
shape: [Nat; _]