<?php

declare(strict_types=1);

namespace AC\Expression;

interface FactSpecification
{

    public const FACT = 'fact';

}