iotile / typedargs

API typechecking and command line shell generation package
GNU Lesser General Public License v3.0
1 stars 2 forks source link

Convert all builtin simple types to type classes #72

Closed timburke closed 4 years ago

timburke commented 4 years ago

See #70.

Right now we have a types subpackage that contains all of the builtin types we support. For all of the nonrecursive types, we should convert them to the corresponding type class form instead as a way of testing the type class support.