Sciweavers

3815 search results - page 57 / 763
» An Implementation of Session Types
Sort
View
ASIAN
1998
Springer
133views Algorithms» more  ASIAN 1998»
14 years 4 days ago
Type Inference for First-Class Messages with Feature Constraints
Abstract. We present a constraint system OF of feature trees that is appropriate to specify and implement type inference for first-class messages. OF extends traditional systems of...
Martin Müller, Susumu Nishimura
POPL
1992
ACM
13 years 12 months ago
Unboxed Objects and Polymorphic Typing
This paper presents a program transformation that allows languages with polymorphic typing (e.g. ML) to be implemented with unboxed, multi-word data representations, more efficien...
Xavier Leroy
ANLP
2000
77views more  ANLP 2000»
13 years 9 months ago
Unit Completion for a Computer-aided Translation Typing System
This work is in the context of TransType, a system that observes its user as he or she types a translation and repeatedly suggests completions for the text already entered. The us...
Philippe Langlais, George F. Foster, Guy Lapalme
JAPLL
2006
79views more  JAPLL 2006»
13 years 7 months ago
Innovations in computational type theory using Nuprl
For twenty years the Nuprl ("new pearl") system has been used to develop software systems and formal theories of computational mathematics. It has also been used to expl...
Stuart F. Allen, Mark Bickford, Robert L. Constabl...
ICFP
2008
ACM
14 years 7 months ago
Ynot: dependent types for imperative programs
We describe an axiomatic extension to the Coq proof assistant, that supports writing, reasoning about, and extracting higher-order, dependently-typed programs with side-effects. C...
Aleksandar Nanevski, Greg Morrisett, Avraham Shinn...