Fram supports to selectively mark subpatterns as public, like in let (x, pub y) = .... However, this feature is limited to values only. Allowing to mark types introduced by pattern-matching as public would be useful. See #314 for a motivating example.
Fram supports to selectively mark subpatterns as public, like in
let (x, pub y) = .... However, this feature is limited to values only. Allowing to mark types introduced by pattern-matching as public would be useful. See #314 for a motivating example.