Skip to content

Commit

Permalink
fix: check/fix return types and tighten argument types (#22)
Browse files Browse the repository at this point in the history
* Check as many return types as possible with @inferred.

* Give RecordArray and TupleArray a little more type info; not sure if it helps.

* More detailed TupleArray typing.

* More detailed RecordArray typing.

* Can get a little more type inference now.

* Constrain TupleArray Tuple lengths with types, too.

* Constrain Record type, but still no '@inferred layout[3][:a]'.

* Same for AwkwardArray.Tuple.
  • Loading branch information
jpivarski authored Aug 30, 2023
1 parent 7118ac8 commit aace668
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 168 deletions.
Loading

0 comments on commit aace668

Please sign in to comment.