Skip to content

Commit d5d6822

Browse files
committed
---
yaml --- r: 5704 b: refs/heads/master c: cf3e7f2 h: refs/heads/master v: v3
1 parent 3978e89 commit d5d6822

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 00a81a22a86391659ab7935f7afa958f1966b7e5
2+
refs/heads/master: cf3e7f2f0bc560f761c4663b11abe41f844e09a2

trunk/src/lib/util.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ pure fn rational_leq(x: rational, y: rational) -> bool {
1717
}
1818

1919
pure fn orb(a: bool, b: bool) -> bool { a || b }
20+
21+
tag void {
22+
void(@void);
23+
}
24+
2025
// Local Variables:
2126
// mode: rust;
2227
// fill-column: 78;

0 commit comments

Comments
 (0)