diff options
| author | Graydon Hoare <[email protected]> | 2011-04-19 14:00:04 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-04-19 14:00:04 -0700 |
| commit | 3d9cf15d0b5c89f3e71d1679b0698f3884e5a5d2 (patch) | |
| tree | bb282c4d0fe1a8b6442156712889f6e427c8f2ab /src/boot/fe/token.ml | |
| parent | Remove mention of effect system from manual. (diff) | |
| download | rust-3d9cf15d0b5c89f3e71d1679b0698f3884e5a5d2.tar.xz rust-3d9cf15d0b5c89f3e71d1679b0698f3884e5a5d2.zip | |
Remove half-baked 'opacity' layer qualifier.
Diffstat (limited to 'src/boot/fe/token.ml')
| -rw-r--r-- | src/boot/fe/token.ml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/boot/fe/token.ml b/src/boot/fe/token.ml index 7f4665c2..0b157983 100644 --- a/src/boot/fe/token.ml +++ b/src/boot/fe/token.ml @@ -80,9 +80,6 @@ type token = | CLAIM | PROVE - (* Opacity keywords *) - | ABS - (* Layer keywords *) | STATE | GC @@ -243,9 +240,6 @@ let rec string_of_tok t = | CLAIM -> "claim" | PROVE -> "prove" - (* Opacity keywords *) - | ABS -> "abs" - (* Layer keywords *) | STATE -> "state" | GC -> "gc" |