Pudu programming language
Menu

Std.App.Bind.Source

1 declaration

type

Source

This declaration introduces a public type.

What it does

Where a field is read from.

Stated rather than searched for. A binding that looks in the path, then the

query, then the body and takes the first hit lets a caller move a value

between places to reach a different code path, and makes a handler's

behaviour depend on an order nobody wrote down.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.App.BindSearch related declarations