diff options
Diffstat (limited to 'src/cjr.sml')
-rw-r--r-- | src/cjr.sml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cjr.sml b/src/cjr.sml index 41bb6a4c..78c2e63b 100644 --- a/src/cjr.sml +++ b/src/cjr.sml @@ -115,7 +115,8 @@ withtype decl = decl' located datatype sidedness = ServerOnly - | ServerAndClient + | ServerAndPull + | ServerAndPullAndPush type file = decl list * (Core.export_kind * string * int * typ list * typ * sidedness) list |