fix: Fixed-point type

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Fixed-point of a functor

newtype Fix f = Fix (f (Fix f))

Note: NFData instance is provided only for deepseq >=1.4.3.0 build-plans.

Properties

Versions 0.1
Change log None available
Dependencies base (>=4.4 && <4.15), deepseq (>=1.3.0.0 && <1.5), hashable (>=1.2.7.0 && <1.4), transformers (>=0.3 && <0.6), transformers-compat (>=0.6.5 && <0.7) [details]
License BSD-2-Clause
Copyright Copyright (c) 2011-2015 Edward Kmett, 2019 Oleg Grenrus
Author Edward Kmett <ekmett@gmail.com>
Maintainer Oleg Grenrus <oleg.grenrus@iki.fi>
Category Data Structures
Home page https://github.com/phadej/fix
Source repo head: git clone https://github.com/phadej/fix
Uploaded by phadej at 2020-06-05T17:54:44Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees