You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Hammox is treating @opaque just like a public type, which means if matching fails it will show a stacktrace going into the internals of the type. We should modify this so that the stacktrace stops at the opaque type.
The text was updated successfully, but these errors were encountered:
Fixes#41.
Hammox blows up when encountering `@typep` and `@opaque`. For now we
will treat them like any other type.
Further work on opaque types in #43.
Right now Hammox is treating
@opaque
just like a public type, which means if matching fails it will show a stacktrace going into the internals of the type. We should modify this so that the stacktrace stops at the opaque type.The text was updated successfully, but these errors were encountered: