IntersectMBO/plutus

Use type-level Nats for `safeEncodeBits`

Open

#6.048 geöffnet am 17. Mai 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (1.637 Stars) (511 Forks)batch import
Good first issueInternalPlutus Corestatus: triaged

Beschreibung

Right now safeEncodeBits act like a C-assertion. Use instead GHC.TypeLits/DataKinds to enforce safety statically.

Contributor Guide