Skip to content
Snippets Groups Projects
Commit 4a8862f9 authored by Thibault Martin's avatar Thibault Martin Committed by Allan Blanchard
Browse files

Generic function for collect, fix clauses clauses combination

- Hashtbl stores a bool to remember if bhv has assumes clauses
-  When looking for clauses to combine for default behavior, we search
   in that order (and stop if we found some clauses) :
   - unguarded behaviors (no assumes).
   - complete behaviors (each one of them needs to be in our table).
   - all behaviors in our table.
     It is a generic function used by {!Generator.get_clauses}.
parent b0eb180d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment