Skip to content

Commit

Permalink
Add id fully applied test.
Browse files Browse the repository at this point in the history
  • Loading branch information
thealmarty committed Feb 8, 2023
1 parent 04c2951 commit 453823b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plutus-core/plutus-ir/test/transform/inline/letIdFunForall
@@ -0,0 +1,9 @@
(let
(nonrec)
(termbind
(strict)
(vardecl idFun (all a (type) (fun a a)))
(abs a (type) (lam x a x))
)
[ { idFun (fun (con integer) (con integer)) } (lam x (con integer) x) ]
)
@@ -0,0 +1,4 @@
[
{ (abs a (type) (lam x a x)) (fun (con integer) (con integer)) }
(lam x (con integer) x)
]

0 comments on commit 453823b

Please sign in to comment.