camfort-0.802: CamFort - Cambridge Fortran infrastructure

Safe HaskellNone
LanguageHaskell98

Camfort.Specification.Units

Contents

Synopsis

Documentation

data Solver Source #

Instances

Eq Solver Source # 

Methods

(==) :: Solver -> Solver -> Bool #

(/=) :: Solver -> Solver -> Bool #

Data Solver Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Solver -> c Solver #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Solver #

toConstr :: Solver -> Constr #

dataTypeOf :: Solver -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Solver) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Solver) #

gmapT :: (forall b. Data b => b -> b) -> Solver -> Solver #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Solver -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Solver -> r #

gmapQ :: (forall d. Data d => d -> u) -> Solver -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Solver -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Solver -> m Solver #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Solver -> m Solver #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Solver -> m Solver #

Read Solver Source # 
Show Solver Source # 

removeUnits :: (Filename, ProgramFile Annotation) -> (Report, (Filename, ProgramFile Annotation)) Source #

checkUnits :: Params => (Filename, ProgramFile Annotation) -> (Report, (Filename, ProgramFile Annotation)) Source #

Check units-of-measure for a program

inferUnits :: Params => (Filename, ProgramFile Annotation) -> (Report, (Filename, ProgramFile Annotation)) Source #

Check and infer units-of-measure for a program This produces an output of all the unit information for a program

synthesiseUnits :: Params => (Filename, ProgramFile Annotation) -> (Report, (Filename, ProgramFile Annotation)) Source #

Synthesis unspecified units for a program (after checking)

inferCriticalVariables :: Params => (Filename, ProgramFile Annotation) -> (Report, (Filename, ProgramFile Annotation)) Source #

Infer one possible set of critical variables for a program

Orphan instances