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
--| TyDef to Kind Canonical representation - sums not folded - therefore we get constructor granularity. Might use in a different implementation for more granular errors.
140
139
lVar::Text->Type
141
140
lVar =Var.LocalRef
142
-
143
-
-- Property Tests
144
-
testRefl::TestTree
145
-
testRefl = testProperty "Refl" reflTerm
146
-
where
147
-
reflTerm::Property
148
-
reflTerm = forAllShrink (arbitrary @Int) shrink (\a -> a == a)
0 commit comments