stan-0.0.1.0: Haskell STatic ANalyser
Copyright(c) 2020 Kowainik
LicenseMPL-2.0
MaintainerKowainik <xrom.xkov@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Stan.Inspection.Infinite

Description

Contains all Inspections for functions that hang on infinite lists.

The infinite inspections are in ranges:

  • STAN-0101 .. STAN-0200
Synopsis

Infinite inspections

Infinite reverse

stan0101 :: Inspection Source #

Inspection for stan0101 — infinite reverse STAN-0101.

Infinite isSuffixOf

stan0102 :: Inspection Source #

Inspection for stan0102 — infinite isSuffixOf STAN-0102.

Infinite length

stan0103 :: Inspection Source #

Inspection for stan0103 — infinite length | length STAN-0103.

Infinite genericLength

Infinite sum

stan0105 :: Inspection Source #

Inspection for stan0105 — infinite sum STAN-0105.

Infinite product

stan0106 :: Inspection Source #

Inspection for stan0106 — infinite product STAN-0106.

All inspections