> > Are you sure your record is unique? I don't see it. > :: *Seeker = { board :: *Board, wanted :: !Int, found :: [!Board!]} The asterisk just before the record name means that it is unique, and that you dont have to type "*" each time you use it.