add ntDynamicTrapdoorKey

This commit is contained in:
Emile Clark-Boman 2026-01-27 17:49:00 +10:00
parent 976ab6b80f
commit bbea746e8d

View file

@ -81,6 +81,7 @@ in rec {
else typeSig x;
ntTrapdoorKey = mkTrapdoorKey "nt";
ntDynamicTrapdoorKey = mkTrapdoorKey "ntDyn";
enfIsPrimitive = type: value: msg: let
got = typeOf value;