You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ats-lan...@googlegroups.com
Hi all,
Can views/linear types be used to represent resources besides memory?
For example, can I encode rules like "file descriptors must be closed to
be released" or "you can only read from a file descriptor open for
reading" with linear types? How would I go about doing that, if so?
Thanks,
Shea
gmhwxi
unread,
Aug 30, 2014, 1:12:01 AM8/30/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ats-lan...@googlegroups.com
Ah, thank you! The existence of abstract views was a key bit I was
missing.
Is 'assume' required to only occur once per program for abstract views?
That is, can I make a set of abstract views representing a file being
open, readable, writable, etc. and then ensure that only my
implementation can actually create instances of those views without a
praxi?