mirror of
				https://github.com/roc-lang/roc.git
				synced 2025-10-31 21:17:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| app "example-client"
 | |
|     packages { pf: "platform/client-side.roc" }
 | |
|     imports [ExampleApp.{ exampleApp }]
 | |
|     provides [app] to pf
 | |
| 
 | |
| app = exampleApp
 | 
