diff lib/ur/basis.urs @ 745:ee2feab275db

blobSize
author Adam Chlipala <adamc@hcoop.net>
date Sun, 26 Apr 2009 11:07:25 -0400
parents f7e2026dd5ae
children 2c7244c066f1
line wrap: on
line diff
--- a/lib/ur/basis.urs	Sun Apr 26 10:54:45 2009 -0400
+++ b/lib/ur/basis.urs	Sun Apr 26 11:07:25 2009 -0400
@@ -524,6 +524,7 @@
 type mimeType
 val blessMime : string -> mimeType
 val returnBlob : t ::: Type -> blob -> mimeType -> transaction t
+val blobSize : blob -> int
 
 con radio = [Body, Radio]
 val radio : formTag string radio []