1 parent 103c9f2 commit fc2fa0cCopy full SHA for fc2fa0c
1 file changed
docs/user-guide/data-types.md
@@ -92,9 +92,6 @@ The tables below summarize the currently verified Fortran-to-Python type mapping
92
| derived type | generated class name | instance of that generated class | arrays of derived types are unsupported |
93
| dummy procedure | `Callable[[...], T]` | Python callable with the exact argument/result contract | not applicable |
94
95
-The checked [First Wrapped Function](../getting-started/first-wrapped-function.md)
96
-uses the same explicit-dtype rule for the smaller `scale.f90` example.
97
-
98
## Source Kind Names
99
100
Source spellings such as default `integer`, `integer(8)`,
0 commit comments