To make sure that hacspecs are properly typed we need a way to type check specs. We started out using mypy but it turns out it doesn't support everything we need without modification.
Instead of using a separate type checker the spec checker (issue #9) could also check types.
To make sure that hacspecs are properly typed we need a way to type check specs. We started out using mypy but it turns out it doesn't support everything we need without modification.
Instead of using a separate type checker the spec checker (issue #9) could also check types.