Imports of package dfa

PathSynopsis
cmpPackage cmp provides types and functions related to comparing ordered values.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/exp/constraintsPackage constraints defines a set of useful constraints to be used with type parameters.
honnef.co/go/tools/go/irPackage ir defines a representation of the elements of Go programs (packages, types, functions, variables and constants) using a static single-information (SSI) form intermediate representation (IR) for the bodies of functions.
logPackage log implements a simple logging package.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
slicesPackage slices defines various functions useful with slices of any type.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.