Skip to content

Commit

Permalink
refactor: name
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Nov 14, 2024
1 parent 73d6299 commit fc69ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HelloWorld/Exercise_1/Resource.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ labelRef : LabelRef := toLabelRef "Hello world!";
You can use the definitions from above.
Check for errors with `juvix typecheck Exercise_1/Resource.juvix`
-}
mkLabelledResource (owner : ExternalIdentity) (nonce : Nonce) : Resource :=
mkHelloWorldResource (owner : ExternalIdentity) (nonce : Nonce) : Resource :=
mkResource@{
labelRef := TODO;
logicRef := TODO;
Expand Down

0 comments on commit fc69ba6

Please sign in to comment.