Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Auto/
H A DSyntax.hs302 expandMetas :: t -> IO t
305 expandMetas = \case function
306 NotM e -> NotM <$> expandMetas e
311 Just e -> NotM <$> expandMetas e
314 expandMetas (Abs id b) = Abs id <$> expandMetas b function
317 expandMetas = \case function
319 Lam hid b -> Lam hid <$> expandMetas b
321 Pi uid hid dep <$> expandMetas it <*> expandMetas ot
326 expandMetas = \case function
328 ALCons hid a as -> ALCons hid <$> expandMetas a <*> expandMetas as
[all …]
H A DCaseSplit.hs67 hsol = do trm' <- expandMetas trm