Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 768 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 768 Bytes

Type-based Information-Flow Control

Type systems are not just for types they can ensure that secret data does not leak explicitly, implicitly, and even through covert channels. This repository defines a simple language that does it and uses GADTs to make data leakage a compile time error.

All the source code is in src/VolpanoSmith.hs.

The type system is based on Chapter 9 of "Concrete Semantics" by Tobis Nipkow and Gerwin Klein. This in turn is based on the following papers: