Skip to content

Commit

Permalink
Add strangely working file for #47
Browse files Browse the repository at this point in the history
  • Loading branch information
liamoc authored and Zilin Chen committed Jan 10, 2018
1 parent 61dde09 commit 2562b93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cogent/tests/pass_ticket-47.cogent
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type RbtElemAO k v acc obsv
type RbtConsumeF k v acc obsv = RbtElemAO k v acc obsv -> acc
type RbtCondF k v acc obsv = (RbtElemAO k v acc obsv)! -> Bool

rbtFTrue: all(k:< DS, v :<DS, acc, obsv). RbtCondF k v acc obsv
rbtFTrue _ = True

0 comments on commit 2562b93

Please sign in to comment.