Sciweavers

ESOP
2016
Springer
8 years 1 months ago
Probabilistic Functions and Cryptographic Oracles in Higher Order Logic
This paper presents a shallow embedding of a probabilistic functional programming language in higher order logic. The language features monadic sequencing, recursion, random sampli...
Andreas Lochbihler
ESOP
2016
Springer
8 years 1 months ago
Computing with Semirings and Weak Rig Groupoids
Abstract. The original formulation of the Curry–Howard correspondence relates propositional logic to the simply-typed λ-calculus at three levels: the syntax of propositions corr...
Jacques Carette, Amr Sabry
ESOP
2016
Springer
8 years 1 months ago
Practical Optional Types for Clojure
Typed Clojure is an optional type system for Clojure, a dynamic language in the Lisp family that targets the JVM. Typed Clojure’s type system build on the design of Typed Racket...
Ambrose Bonnaire-Sergeant, Rowan Davies, Sam Tobin...
ESOP
2016
Springer
8 years 1 months ago
A Classical Realizability Model for a Semantical Value Restriction
We present a new type system with support for proofs of programs in a call-by-value language with control operators. The proof mechanism relies on observational equivalence of (unt...
Rodolphe Lepigre
ESOP
2016
Springer
8 years 1 months ago
An Algorithm Inspired by Constraint Solvers to Infer Inductive Invariants in Numeric Programs
Abstract. This paper addresses the problem of proving a given invariance property ϕ of a loop in a numeric program, by inferring automatically a stronger inductive invariant ψ. T...
Antoine Miné, Jason Breck, Thomas W. Reps
SFP
2014
8 years 12 months ago
Total Functional Software Engineering - Overview Paper
Methods for mathematically basic and precise description of system behavior at discrete interfaces have been developed by David Parnas and his groups and collaborators over many ye...
Baltasar Trancón-y-Widemann
PLPV
2014
ACM
8 years 12 months ago
Programming languages for high-assurance autonomous vehicles: extended abstract
Lee Pike, Patrick C. Hickey, James Bielman, Trevor...
ICALP
2013
Springer
10 years 20 days ago
Exact Weight Subgraphs and the k-Sum Conjecture
Abstract. We consider the EXACT-WEIGHT-H problem of finding a (not necessarily induced) subgraph H of weight 0 in an edge-weighted graph G. We show that for every H, the complexit...
Amir Abboud, Kevin Lewi
HASKELL
2013
ACM
10 years 20 days ago
An EDSL approach to high performance Haskell programming
This paper argues for a new methodology for writing high performance Haskell programs by using Embedded Domain Specific Languages. We exemplify the methodology by describing a co...
Johan Ankner, Josef Svenningsson
ECOOP
2013
Springer
10 years 20 days ago
CoCo: Sound and Adaptive Replacement of Java Collections
Inefficient use of Java containers is an important source of run-time inefficiencies in large applications. This paper presents an application-level dynamic optimization techniqu...
Guoqing (Harry) Xu