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 12, 2017
1 parent 2aa389c commit 3cf6dbc
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 3cf6dbc

Please sign in to comment.