Sciweavers

127
Voted
ESOP
2000
Springer
15 years 7 months ago
Polyvariant Flow Analysis with Constrained Types
Abstract. The basic idea behind improving the quality of a monovariant control flow analysis such as 0CFA is the concept of polyvariant analyses such as Agesen's Cartesian Pro...
Scott F. Smith, Tiejun Wang
122
Voted
ESOP
2000
Springer
15 years 7 months ago
Functional Nets
Abstract. Functional nets combine key ideas of functional programming and Petri nets to yield a simple and general programming notation. They have their theoretical foundation in J...
Martin Odersky
130
Voted
ESOP
2000
Springer
15 years 7 months ago
A Kleene Analysis of Mobile Ambients
Abstract. We show how a program analysis technique originally developed for C-like pointer structures can be adapted to analyse the hierarchical structure of processes in the ambie...
Flemming Nielson, Hanne Riis Nielson, Shmuel Sagiv
107
Voted
ESOP
2000
Springer
15 years 7 months ago
On the Translation of Procedures to Finite Machines
Markus Müller-Olm, Andreas Wolf
113
Voted
ESOP
2000
Springer
15 years 7 months ago
Type Classes with Functional Dependencies
Abstract. Type classes in Haskell allow programmers to define functions that can be used on a set of different types, with a potentially different implementation in each case. For ...
Mark P. Jones