Agda-2.3.0: A dependently typed functional programming language and proof assistant

Agda.Syntax.Strict

Synopsis

Documentation

class Strict a whereSource

force is the recursive const 0 function, to force Haskell to evaluate.

Methods

force :: a -> IntSource

($!!) :: Strict a => (a -> b) -> a -> bSource

strict :: Strict a => a -> aSource