Andre Knispel

Results 126 issues of Andre Knispel

Consider this Agda code: ```agda module Tactic.Derive.Test where open import Agda.Builtin.Reflection open import Data.Product open import Data.List open import Data.Unit open import Data.Bool open import Data.Nat _>>=_ = bindTC data...

reflection
forcing
bug or feature?
aim

I'll leave this here for documentation purposes: We don't want to do an equivalent of `scriptsNeeded` on subtransactions because it restricts potential optimization use cases. E.g. if we have lots...

documentation
era: dijkstra
nested transactions

Since we can't have Plutus scripts of version 3 or eariler in transactions containing subtransactions (for various reasons - the most relevant to this question of them being that scripts...

question
era: dijkstra
nested transactions

The `Home` page is just a copy of the `README` file. So when you land on it when looking for the actual specification you're naturally directed to this section: Clicking...

documentation

Since I'm thinking about it right now, here are some things that should help readability a bit: - `UTXO-inductive` should be renamed to `UTXO`. It's not an induction rule, so...

refactor

Here's some Agda code that takes exponential time to type check: ```agda module Test where open import Data.Bool open import Data.Product open import Function open import Relation.Binary.PropositionalEquality open import Relation.Nullary...