{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.Ligament where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A short band of tough, flexible, fibrous connective tissue that functions to connect multiple bones, cartilages, and structurally support joints. data Ligament instance Show Ligament instance Read Ligament instance Eq Ligament instance Typeable Ligament instance MetaData Ligament