Skip to content

Commit 97cec20

Browse files
committed
list collaborators
1 parent 9019874 commit 97cec20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

events/2025-haskell-implementors-workshop.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ All talks and presentations will be held in an air-conditioned classroom that wi
3838

3939
<tr><td>10:50</td><td>11:15</td><td><details>
4040
<summary>The GHC Debugger</summary>
41+
<p>Collaborators: Matthew Pickering, Hannes Siebenhandl</p>
4142
<p>
4243
While using the Haskell debugger has been possible via GHCi for the last two decades, the lack
4344
of a modern integration with IDEs, and incomplete, slow, or unimplemented
@@ -78,6 +79,7 @@ All talks and presentations will be held in an air-conditioned classroom that wi
7879
</details></td><td>Teo Camarasu</td></tr>
7980
<tr><td>12:05</td><td>12:30</td><td><details>
8081
<summary>Making GHCi compatible with multiple home units</summary>
82+
<p>Collaborators: Matthew Pickering, Rodrigo Mesquita</p>
8183
<p>
8284
The ability to compile multiple units within a single session was a key
8385
innovation for GHC API consumers like GHCi and HLS. Today, most Haskell
@@ -107,6 +109,7 @@ All talks and presentations will be held in an air-conditioned classroom that wi
107109

108110
<tr><td>14:00</td><td>14:25</td><td><details>
109111
<summary>Explicit Level Imports</summary>
112+
<p>Collaborators: Rodrigo Mesquita, Adam Gundry</p>
110113
<p>
111114
Explicit Level Imports is an extension to GHC which allows a programmer to be
112115
more precise about which dependencies are needed for Template Haskell.
@@ -127,6 +130,7 @@ finally reflect on future directions the extension makes possible.
127130
</details></td><td>Matthew Pickering</td></tr>
128131
<tr><td>14:25</td><td>14:50</td><td><details>
129132
<summary>Intensional Analysis of Typed Template Haskell Quotations</summary>
133+
<p>Collaborators: Matthew Pickering</p>
130134
<p>
131135
Typed Template Haskell allows us to write Haskell code which generates other Haskell programs in a type-safe and principled manner. However, the generated programs are completely opaque and cannot be introspected, limiting the type of analysis and transformations that we can perform. We propose a system which allows the programmer to overload the meaning of quoted Template Haskell expressions by desugaring these expressions into a well-typed PHOAS representation. Being a regular datatype, the PHOAS representation is much more amenable to analysis and transformation, indirectly giving the programmer the ability to overload the meaning of quoted expressions by further processing the PHOAS representation. Primitive Haskell constructs such as variables (both free and bound), lambda expressions and patterns are all exposed in the PHOAS interface, giving the programmer a large amount of control over the meaning of their quoted expressions. We believe that this system has a variety of useful applications, particularly for creating EDSLs - we give motivating examples in practical areas such as distributed computing and program generation to demonstrate the effectiveness of this approach. More precisely, in this paper we discuss the design and implementation of this idea as a new Haskell extension implemented on top of GHC.
132136
</p>

0 commit comments

Comments
 (0)