]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/Scores.hs
Update two comments.
[dead/htsn-import.git] / src / TSN / XML / Scores.hs
index 66ef90bee4ae31eb753094cefbb302e850d33afa..8ae86a8355e3fc24dcb1d208fe66c712b61d7868 100644 (file)
@@ -129,6 +129,9 @@ instance ToDb Message where
   type Db Message = Score
 
 instance FromXml Message where
+  -- | When converting from the XML representation to the database
+  --   one, we drop the list of locations which will be foreign-keyed to
+  --   us instead.
   from_xml Message{..} =
     Score {
       db_xml_file_id = xml_xml_file_id,