harn-parser 0.10.50

Parser, AST, and type checker for the Harn programming language
Documentation
1
2
3
4
5
6
//! Legacy project/store globals have been removed. Source-visible contracts
//! come from the canonical builtin manifest.

use super::BuiltinSignature;

pub(crate) const SIGNATURES: &[BuiltinSignature] = &[];