unsafely: Flexible access control for unsafe operations and instances

[ bsd3, data, library ] [ Propose Tags ]

This module aims at providing simple interface to control the acccess for unsafe operations and instance. The motivation of this package is somewhat similar to NullaryTypeClasses extension, but permits more flexible access control.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
examplesDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.0.1, 0.2.0.0 (info)
Dependencies base (>=4.6 && <4.8), tagged (>=0.6 && <0.7), unsafely [details]
License BSD-3-Clause
Copyright 2014 (c) Hiromi ISHII
Author Hiromi ISHII
Maintainer konn.jinro_at_gmail.com
Category Data
Home page http://github.com/konn/unsafely
Source repo head: git clone git://github.com/konn/unsafely.git
Uploaded by HiromiIshii at 2014-09-21T14:05:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables safe-unsafe, semigroup
Downloads 2131 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for unsafely-0.2.0.0

[back to package description]

unsafely

Flexible access control for unsafe operations and instances