@hackage / data-default-instances-case-insensitive

Default instance for CI type from case-insensitive package.

Latest0.0.1

About

Metadata

  • Last updated , by PeterTrsko
  • License BSD-3-Clause
  • Maintained by: peter.trsko@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

data-default-instances-case-insensitive

Hackage Hackage Dependencies Haskell Programming Language BSD3 License

Build

Description

Default instance for CI type from case-insensitive package:

instance (Default s, FoldCase s) => Default (CI s) where
    def = CI.mk def

This package is intended to be used in conjunction with data-default package or directly with data-default-class package.

License

The BSD 3-Clause License, see LICENSE file for details.

Contributions

Contributions, pull requests and bug reports are welcome! Please don't be afraid to contact author using GitHub or by e-mail.