Home
last modified time | relevance | path

Searched refs:smashTel (Results 1 – 1 of 1) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Concrete/
H A DPretty.hs198 sep [ pretty (Tel $ smashTel $ List1.toList tel) <+> arrow
327 smashTel :: Telescope -> Telescope
328 smashTel (TBind r xs e : function
330 | prettyShow e == prettyShow e' = smashTel (TBind r (xs Semigroup.<> ys) e : tel)
331 smashTel (b : tel) = b : smashTel tel function
332 smashTel [] = [] function