diff options
Diffstat (limited to 'demo/more/decision.urs')
-rw-r--r-- | demo/more/decision.urs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/more/decision.urs b/demo/more/decision.urs index d3ac0d46..9ae585b0 100644 --- a/demo/more/decision.urs +++ b/demo/more/decision.urs @@ -5,6 +5,8 @@ functor Make (M : sig constraint [Id, Decision] ~ paperOther include Conference.INPUT where con paper = [Decision = option bool] ++ paperOther + + val status : ctx ::: {Unit} -> [[Body] ~ ctx] => $paperOther -> xml ([Body] ++ ctx) [] [] end) : Conference.OUTPUT where con paper = [Decision = option bool] ++ M.paperOther where con userId = M.userId where con paperId = M.paperId |