We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5a720 commit 457f25fCopy full SHA for 457f25f
experiments/idris/src/Fathom/Base.idr
@@ -7,6 +7,12 @@ import Data.List
7
import Data.Vect
8
9
10
+||| Return the type of an expression, without consuming it
11
+public export
12
+typeOf : {1 A : Type} -> (0 x : A) -> Type
13
+typeOf _ = A
14
+
15
16
---------------------------
17
-- ENCODER/DECODER PAIRS --
18
experiments/idris/src/Fathom/Closed/InductiveRecursiveCustom.idr
@@ -14,11 +14,6 @@ import Fathom.Data.Iso
import Fathom.Data.Sing
-public export
-typeOf : {1 A : Type} -> (0 x : A) -> Type
19
-typeOf _ = A
20
-
21
22
-------------------------
23
-- FORMAT DESCRIPTIONS --
24
0 commit comments