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
module Test
let test_t () = x:int -> Pure unit (requires x > 0) (ensures fun _ -> True)
assume val bar (x:int) : Pure unit (requires x > 0) (ensures fun _ -> True)
let foo () : (test_t ()) =
fun x -> bar x
Stumbled on something like this in LowParse when working on #1055.
The text was updated successfully, but these errors were encountered:
Stumbled on something like this in
LowParse
when working on #1055.The text was updated successfully, but these errors were encountered: