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
Copy file name to clipboardExpand all lines: src/lowparse/pulse/LowParse.Pulse.Combinators.fst
+32-5Lines changed: 32 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1939,8 +1939,9 @@ let leaf_compute_remaining_size_dtuple2
1939
1939
(leaf_compute_remaining_size_dtuple2_bodyw2)
1940
1940
)
1941
1941
1942
+
// FIXME: WHY WHY WHY do my Pulse functions with functional types no longer typecheck? WHY WHY WHY do I need to expand the definition of the functional type in Pulse as below? In most cases this will be awfully painful!
0 commit comments