Remix.run Logo
mzajc 3 hours ago

  function estimate_method_targets(func_name::Symbol, types::Tuple)
      # Conservative estimate
      # In a real implementation, we'd query the method table
      return 2  # Assume multiple possibilities
  end
Hilarious. Was this model trained on XKCD [0] by any chance?

[0]: https://xkcd.com/221/