Idea
A point constructor specifies the standard elements or points of an inductive or higher inductive type.
Definition
A point constructor for an indexed type family is a constructor specified by a chain of strictly-positive -types 1 terminating in the type for some index .
We use point constructors to generate the zero-dimensional terms of a type. They coincide with standard constructors in ordinary inductive types.
Examples
For the higher inductive type representing the circle , the term is introduced by a point constructor.
See also
Path Constructor Higher Inductive Type