plutus-tx-1.34.1.0: Libraries for Plutus Tx and its prelude
Safe HaskellSafe-Inferred
LanguageHaskell2010

PlutusTx.Lift.THUtils

Synopsis

Documentation

showNameNameText Source #

Very nearly the same as showName, but doesn't print uniques, since we don't need to incorporate them into our names.

normalizeTypeTypeType Source #

Normalize a type, in particular getting rid of things like ListT in favour of applications of the actual name.

mkTyVarDeclMonadQuote m ⇒ NameKind () → m (Name, TyVarDecl TyName ()) Source #

tyListE ∷ [TExpQ a] → TExpQ [a] Source #

Safe wrapper around listE for typed TH.