Carlo Cabrera a76c33f7bb
extend/kernel: tighten up some type signatures
Allowing either `Formula`e or `String`s in these methods leads to errors
at runtime when one hasn't done `require "formula"` yet.

Let's tighten these up so that they only accept `Formula` arguments to
guarantee that `require "formula"` has been done before they are called.
For callers that need to pass a `String`, we update them to call a
version of these methods that accepts only `String`s.

See discussion at #20352.
2025-08-02 01:59:46 +08:00
..
2025-07-14 19:12:38 +01:00
2025-07-14 19:12:38 +01:00
2025-07-31 17:31:27 +01:00
2024-10-02 10:03:12 -07:00
2025-06-09 19:06:16 +01:00
2025-06-29 09:02:24 -07:00