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 dd4752d commit c27e556Copy full SHA for c27e556
doc/errors.md
@@ -4,7 +4,7 @@
4
5
## :typed.clojure/type-mismatch-error
6
7
-```clojure
+```
8
- :data :expected-type the expected type, as data, relative to the current ns
9
- :data :actual-type the actual type, as data, relative to the current ns
10
```
@@ -31,7 +31,7 @@ Example:
31
32
## :typed.clojure/app-type-error
33
34
35
- :data :fn-type the type of the function, as data, relative to the current ns
36
- :data :args-results the type checking results of the arguments, as data, relative to the current ns.
37
- :data :expected-result (optional) the expected type checking result of calling the function with the arguments, as data, relative to the current ns
0 commit comments