summaryrefslogtreecommitdiff
path: root/language/sail.ott
diff options
context:
space:
mode:
authorjp2020-02-12 17:46:48 +0000
committerjp2020-02-12 17:46:48 +0000
commited8bccd927306551f93d5aab8d0e2a92b9e5d227 (patch)
tree55bf788c8155f0c7d024f2147f5eb3873729b02a /language/sail.ott
parent31a65c9b7383d2a87da0fbcf5c265d533146ac23 (diff)
parent4a72cb8084237161d0bccc66f27d5fb6d24315e0 (diff)
Merge branch 'sail2' of https://github.com/rems-project/sail into sail2
Diffstat (limited to 'language/sail.ott')
-rw-r--r--language/sail.ott2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/sail.ott b/language/sail.ott
index c0c8da49..9c47a4f1 100644
--- a/language/sail.ott
+++ b/language/sail.ott
@@ -229,7 +229,7 @@ typ :: 'Typ_' ::=
| id :: :: id {{ com defined type }}
| kid :: :: var {{ com type variable }}
| ( typ1 , ... , typn ) -> typ2 effectkw effect :: :: fn {{ com Function (first-order only) }}
- | typ1 <-> typ2 :: :: bidir {{ com Mapping }}
+ | typ1 <-> typ2 effectkw effect :: :: bidir {{ com Mapping }}
| ( typ1 , .... , typn ) :: :: tup {{ com Tuple }}
| id ( typ_arg1 , ... , typ_argn ) :: :: app {{ com type constructor application }}
| ( typ ) :: S :: paren {{ ichlo [[typ]] }}