Skip to content

Commit 14b562e

Browse files
authored
Add todo axiom (#158)
1 parent 011d810 commit 14b562e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Stdlib/Debug/Todo.juvix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module Stdlib.Debug.Todo;
2+
3+
--- Something that hasn't yet been implemented
4+
axiom todo {A : Type} : A;

Stdlib/Prelude.juvix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ import Stdlib.Data.Result open public;
1717
import Stdlib.Data.Range open public;
1818
import Stdlib.Function open public;
1919
import Stdlib.System.IO open public;
20+
import Stdlib.Debug.Todo open public;
2021

2122
import Stdlib.Trait open public;

0 commit comments

Comments
 (0)