{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE TypeFamilies #-} {-# LINE 1 "programs/usv.hs" #-} -- This is a stub main file. It only purpose is to re-export the -- "real" main function, which is Quipper.Algorithms.USV.Main. The -- reason for putting the "real" main into a library is that we want -- documentation to be generated for it. import qualified Quipper.Algorithms.USV.Main main = Quipper.Algorithms.USV.Main.main