If you run the following one-line program ``` var myVar : String is public := "Grace" ``` and generate the .gct file, it only includes under method types: ```methodTypes: myVar:=(_:String) → Done ``` when it should also show myVar -> String.