Home
last modified time | relevance | path

Searched defs:getFreshSuper (Results 1 – 1 of 1) sorted by relevance

/dports/lang/elm/compiler-0.19.1/compiler/src/Type/
H A DType.hs606 getFreshSuper "number" _numbers (\index state -> state { _numbers = index }) function
609 getFreshSuper "comparable" _comparables (\index state -> state { _comparables = index }) function
612 getFreshSuper "appendable" _appendables (\index state -> state { _appendables = index }) function
615 getFreshSuper "compappend" _compAppends (\index state -> state { _compAppends = index }) function
619 getFreshSuper prefix getter setter = function