spacepaste

  1.  
  2. Error: Some type variables are unbound in this type:
  3. class normalization_cmd :
  4. unit ->
  5. object
  6. val normalize : MapsSets.StringMap.key Subcommand.flag
  7. method get_normalization :
  8. < get_bl : float; .. > Gtree.gtree -> float
  9. method specl : (string * Arg.spec * string) list
  10. end
  11. The method get_normalization has type
  12. (< get_bl : float; .. > as 'a) Gtree.gtree -> float
  13. where 'a is unbound
  14.