Skip to content

Commit

Permalink
Add todo axiom (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira authored Jan 14, 2025
1 parent 011d810 commit 14b562e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Stdlib/Debug/Todo.juvix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module Stdlib.Debug.Todo;

--- Something that hasn't yet been implemented
axiom todo {A : Type} : A;
1 change: 1 addition & 0 deletions Stdlib/Prelude.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ import Stdlib.Data.Result open public;
import Stdlib.Data.Range open public;
import Stdlib.Function open public;
import Stdlib.System.IO open public;
import Stdlib.Debug.Todo open public;

import Stdlib.Trait open public;

0 comments on commit 14b562e

Please sign in to comment.