AppRunner typedef

AppRunner = FutureOr<int> Function(TermLib term)

App runner function type. Returns exit code.

Implementation

typedef AppRunner = FutureOr<int> Function(TermLib term);