Mercurial > openid
view src/ur/openid.urs @ 3:f59083771ee2
Saving associations
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 26 Dec 2010 15:11:23 -0500 |
parents | b757dc2bd2f6 |
children | 2d409aff8800 |
line wrap: on
line source
val discover : string -> transaction (option {Endpoint : string, LocalId : option string}) datatype association = Handle of string | Error of string val association : string -> transaction association