Safe Haskell | None |
---|---|
Language | Haskell2010 |
Reconstruct dropped parameters from constructors. Used by with-abstraction to avoid ill-typed abstractions (#745). Note that the term is invalid after parameter reconstruction. Parameters need to be dropped again before using it.
Documentation
dropParameters :: TermLike a => a -> TCM a Source #