Popularity
4.2
Declining
Activity
0.0
Stable
5
3
2

Monthly Downloads: 6
Programming language: Haskell
License: MIT License
Tags: Security     Lmonad    
Add another 'lmonad' Package

README

LMonad

LMonad is an Information Flow Control (IFC) framework for Haskell applications. It can be used to enforce security properties like confidentiality and integrity. It is derived from LIO, but is more general in that it tracks information flow for any monad by using monad transformers.

Usage

Most code should import the LMonad module. Trusted code can import the LMonad.TCB module to perform trusted operations. The LMonadT monad transformer is used to enable IFC for any monad.

Use the LMonad-Yesod library to integrate LMonad into your Yesod application.