Mercurial > urweb
comparison lib/ur/basis.urs @ 1349:87156c44824f
Periodic tasks
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 18 Dec 2010 15:17:09 -0500 |
parents | 8a169fc0838b |
children | a0f0823a54a0 |
comparison
equal
deleted
inserted
replaced
1348:8a169fc0838b | 1349:87156c44824f |
---|---|
811 (** Tasks *) | 811 (** Tasks *) |
812 | 812 |
813 con task_kind :: Type -> Type | 813 con task_kind :: Type -> Type |
814 val initialize : task_kind unit | 814 val initialize : task_kind unit |
815 val clientLeaves : task_kind client | 815 val clientLeaves : task_kind client |
816 val periodic : int -> task_kind unit | |
816 | 817 |
817 | 818 |
818 (** Information flow security *) | 819 (** Information flow security *) |
819 | 820 |
820 type sql_policy | 821 type sql_policy |