flat(A,L)
With the option Validate => true (which is the case by default), flat(A,L) checks to see whether $L$ is indeed the list of indices of a flat of $A$.
i1 : A = typeA 2 o1 = {x - x , x - x , x - x } 1 2 1 3 2 3 o1 : Hyperplane Arrangement
i2 : flat(A, {0,1,2}) o2 = {0, 1, 2} o2 : Flat of {x - x , x - x , x - x } 1 2 1 3 2 3