Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

chrisdotcode/purescript-default

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-default

Provides default values for the following data types:

  • Null a
  • Undefined a
  • NullOrUndefined a
  • Boolean
  • Int
  • Number
  • Char
  • String
  • Unit
  • Ordering
  • Array a
  • (a -> a)
  • Default a => Identity a
  • Maybe a
  • Default b => Either a b
  • (Default a, Default b) => Tuple a b
  • List a

Installation

bower install -S purescript-default

Documentation

Module documentation is published on Pursuit, or available in the docs directory:

  • Data.Default - The Default typeclass and default values for the above-listed data types.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published