Agda-2.6.2.1: A dependently typed functional programming language and proof assistant
Safe HaskellSafe-Inferred
LanguageHaskell2010

Agda.TypeChecking.Inlining

Description

Logic for deciding which functions should be automatically inlined.

Synopsis

Documentation

autoInline :: Defn -> TCM Defn Source #

Mark a definition to be inlined if it satisfies the inlining criterion.