Title: 
  From module to header file
Goal: 
  Move the declaration of record `person' from module `mr01' to the header
  file `person.hrl'.
Parameters:
  [{file,"mr01.erl"},{reclist,[person]},{filename,"person.hrl"}].
Documentation: 
  Remove the record declaration from `mr01.erl', append it to `person.hrl'
  and insert an include form into `mr01.erl' before the first function
  definition.
