Currently, annotations like ``` Callable[[int, str], float] ``` aren't supported in docstrings by the grammar. Support should also include a version that is closer to human prose. Maybe something like ``` func(int, str) -> float ```