| Copyright | (c) 2020 Kowainik |
|---|---|
| License | MPL-2.0 |
| Maintainer | Kowainik <xrom.xkov@gmail.com> |
| Safe Haskell | None |
| Language | Haskell2010 |
Stan.Inspection.Partial
Contents
- Partial
Inspections- Partial
head - Partial
tail - Partial
init - Partial
last - Partial
!! - Partial
cycle - Partial
genericIndex - Partial
fromJust - Partial
read - Partial
succ - Partial
pred - Partial
toEnum - Partial
maximum - Partial
minimum - Partial
maximumBy - Partial
minimumBy - Partial
foldl1 - Partial 'Data.Foldable.foldl1''
- Partial
foldr1 - Partial instance for
NonEmptymethodfromList - Partial instance for
NaturalmethodfromInteger - Partial instance for
ScientificmethodfromRational - Partial
ScientificfunctionrealToFrac - Partial instance for
Scientificmethodrecip - Partial instance for
Scientificmethod 'GHC.Real.(/)'
- Partial
- List of all partial
Inspections
Description
Contains all Inspections for partial functions.
The partial inspections are in ranges:
STAN-0001 .. STAN-0100
Synopsis
- stan0001 :: Inspection
- stan0002 :: Inspection
- stan0003 :: Inspection
- stan0004 :: Inspection
- stan0005 :: Inspection
- stan0006 :: Inspection
- stan0007 :: Inspection
- stan0008 :: Inspection
- stan0009 :: Inspection
- stan0010 :: Inspection
- stan0011 :: Inspection
- stan0012 :: Inspection
- stan0013 :: Inspection
- stan0014 :: Inspection
- stan0015 :: Inspection
- stan0016 :: Inspection
- stan0017 :: Inspection
- stan0018 :: Inspection
- stan0019 :: Inspection
- stan0020 :: Inspection
- stan0021 :: Inspection
- stan0022 :: Inspection
- stan0023 :: Inspection
- stan0024 :: Inspection
- stan0025 :: Inspection
- partialInspectionsMap :: InspectionsMap
Partial Inspections
Partial head
stan0001 :: Inspection #
Inspection — partial head STAN-0001.
Partial tail
stan0002 :: Inspection #
Inspection — partial tail STAN-0002.
Partial init
stan0003 :: Inspection #
Inspection — partial init STAN-0003.
Partial last
stan0004 :: Inspection #
Inspection — partial last STAN-0004.
Partial !!
stan0005 :: Inspection #
Inspection — partial !! STAN-0005.
Partial cycle
stan0006 :: Inspection #
Inspection — partial cycle STAN-0006.
Partial genericIndex
stan0007 :: Inspection #
Inspection — partial genericIndex STAN-0007.
Partial fromJust
stan0008 :: Inspection #
Inspection — partial fromJust STAN-0008.
Partial read
stan0009 :: Inspection #
Inspection — partial read STAN-0009.
Partial succ
stan0010 :: Inspection #
Inspection — partial succ STAN-0010.
Partial pred
stan0011 :: Inspection #
Inspection — partial pred STAN-0011.
Partial toEnum
stan0012 :: Inspection #
Inspection — partial toEnum STAN-0012.
Partial maximum
stan0013 :: Inspection #
Inspection — partial maximum STAN-0013.
Partial minimum
stan0014 :: Inspection #
Inspection — partial minimum STAN-0014.
Partial maximumBy
stan0015 :: Inspection #
Inspection — partial maximumBy STAN-0015.
Partial minimumBy
stan0016 :: Inspection #
Inspection — partial minimumBy STAN-0016.
Partial foldl1
stan0017 :: Inspection #
Inspection — partial foldl1 STAN-0017.
Partial 'Data.Foldable.foldl1''
stan0018 :: Inspection #
Inspection — partial 'Data.Foldable.foldl1'' STAN-0018.
Partial foldr1
stan0019 :: Inspection #
Inspection — partial foldr1 STAN-0019.
Partial instance for NonEmpty method fromList
stan0020 :: Inspection #
Inspection — partial fromList STAN-0020.
Partial instance for Natural method fromInteger
stan0021 :: Inspection #
Inspection — partial fromInteger STAN-0021.
Partial instance for Scientific method fromRational
stan0022 :: Inspection #
Inspection — partial fromRational STAN-0022.
Partial Scientific function realToFrac
stan0023 :: Inspection #
Inspection — partial realToFrac STAN-0023.
Partial instance for Scientific method recip
stan0024 :: Inspection #
Inspection - partial recip STAN-0024
Partial instance for Scientific method 'GHC.Real.(/)'
stan0025 :: Inspection #
Inspection - partial 'GHC.Real.(/)' STAN-0025
List of all partial Inspections
partialInspectionsMap :: InspectionsMap #
All partial Inspections.