From 847767f91b8f9bf917f8c76298fe4c5ccfb4dae0 Mon Sep 17 00:00:00 2001 From: Teresa Carbajo-Garcia <t.carbajo-garcia@imperial.ac.uk> Date: Tue, 29 Nov 2016 16:21:20 +0000 Subject: [PATCH] Update InferLab.md --- teaching/InferLab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teaching/InferLab.md b/teaching/InferLab.md index 860e631..d0942a6 100644 --- a/teaching/InferLab.md +++ b/teaching/InferLab.md @@ -9,7 +9,7 @@ menu_order: 5 The [Separation Logic](https://psvg.doc.ic.ac.uk/teaching/separationlogic.html) course is a a 4th-year MEng and MSc course on local reasoning about programs that manipulate the heap at the Department of Computing, Imperial College London. The course is led by Philippa Gardner, with support from Jose Fragoso, Daiva Naudziuniene, Azalea Raad and Julian Sutherland. -As part of the course, [Peter O’Hearn](http://www.pl-enthusiast.net/2015/09/15/facebooks-peter-ohearn-on-programming-languages/) and [Jules Villard](https://www.doc.ic.ac.uk/~jvillar1/)from Facebook, came to Imperial College to run a lab on [Infer](http://fbinfer.com/), an automatic verification tool based on separation logic, +As part of the course, [Peter O’Hearn](http://www.pl-enthusiast.net/2015/09/15/facebooks-peter-ohearn-on-programming-languages/) and [Jules Villard](https://www.doc.ic.ac.uk/~jvillar1/) from Facebook, came to Imperial College to run a lab on [Infer](http://fbinfer.com/), an automatic verification tool based on separation logic, developed Facebook. At [Facebook](https://www.facebook.com/inferstaticanalyzer/) Infer is used every day to verify millions of lines of code. As well as Facebook, Infer is used by Instagram, kiuwan, oculus, Spotify, UBER, WhatsApp, Marks and Spencer, and Sky. Infer was [open sourced](https://code.facebook.com/posts/1648953042007882/open-sourcing-facebook-infer-identify-bugs-before-you-ship/) in June 2015. -- GitLab