Every Agda module should have a module header like
module Modules.Basic where
module
and where
are keywordsmodule
should correspond to the file name in the file system.Modules/Basic.agda
(or Modules/Basic.lagda
).c
C-l
.An Agda module is a module header and a list of declarations.
In the following slides we will see declarations like