use crateState;
use crateSymbol;
use ;
/// [`Head`] is the first part of [`crate::instruction::Instruction`]
/// and is used as a container for the [`State`] and the [`Symbol`].
///
/// [`Head`] fields doesn't needs in control or protection so they are public.