Pudu programming language
Menu

Std.App.Health.detailed

1 declaration

fn

detailed: Str -> Std.App.Health.Verdict -> Str -> Std.App.Health.Finding

This is a callable function.

What it does

A finding with something said about it, for a check that knows more than

its verdict.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.

Back to Std.App.HealthSearch related declarations