Fix compilation
This commit is contained in:
		
							parent
							
								
									9105b54c1f
								
							
						
					
					
						commit
						3a80061392
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -220,8 +220,7 @@ let build ac = | |||
|                 top2; | ||||
|               top1 @ top2, bot1 @ bot2 | ||||
| 	      | Awrite(n) -> let g = Env.find n n_to_graph in [g], [g] | ||||
| 	      | Aread(n) -> let g = make ac in attach g n; attach_lin g n; [g], [g] | ||||
| 	      | Alinread(n) -> let g = Env.find n lin_map in attach g n; [g], [g] | ||||
| 	      | Aread(n) -> let g = make ac in attach g n; [g], [g] | ||||
| 	      | Atuple(l) ->  | ||||
|             let make_graph_tuple ac =  | ||||
|               match ac with | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Cédric Pasteur
						Cédric Pasteur