blob: de0f8f9d215c72722cd5dfae5b47c52e0ae509cc (
plain)
1
2
3
4
5
6
7
|
include Qsp_syntax.S.Analyzer
(** The module [type_of] populate the report with differents inconsistency
errors in the types.
- Assigning a [string] value in an [integer] variable
- Comparing a [string] with an [integer]
- Giving the wrong type in the argument for a function and so one. *)
|