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
Nested refinement types are not inferred correctly in Pulse, requiring additional annotation
moduleBugRealRefinement#lang-pulseopenPulse.Lib.Pervasivesassumevalp(#a:Type0)(_:(optionperm&a)):slprop[@@expect_failure]fntest(#a:Type0)(x:a)requiresempensuresp(Some1.0R,x)//this fails{admit()}fntest(#a:Type0)(x:a)requiresempensuresp(Some#perm1.0R,x)//needs a #perm annotation{admit()}letfull#a(x:a):(optionperm&a)=(Some1.0R,x)fntest2(#a:Type0)(x:a)requiresempensuresp(fullx)//or an indirection{admit()}
The text was updated successfully, but these errors were encountered:
Nested refinement types are not inferred correctly in Pulse, requiring additional annotation
The text was updated successfully, but these errors were encountered: