I hereby claim:
- I am potmo on github.
- I am potmo (https://keybase.io/potmo) on keybase.
- I have a public key whose fingerprint is 6D02 BEF1 C699 4DDE AE4B 3C40 6763 5236 5258 71A5
To claim this, I am signing this object:
| /* json to parse | |
| { | |
| "required_string": "test", | |
| "optional_string": "test", | |
| "required_int": 123, | |
| "optional_int": 123, |
I hereby claim:
To claim this, I am signing this object:
| import Cocoa | |
| import Foundation | |
| enum InjectionError: ErrorType { | |
| case BindingNotFound(_:String) | |
| } | |
| protocol Initializable { | |
| init() |
| new: 2014-05-14T08:31:55Z Trimmad tändare | |
| new: 2014-05-20T13:57:15Z Devalvering | |
| new: 2014-05-20T13:58:41Z Inflation | |
| new: 2014-05-28T09:13:45Z Manslyssna | |
| new: 2014-05-30T14:29:47Z 6 juni | |
| new: 2014-06-24T11:05:12Z Lokalkändis | |
| new: 2014-06-25T11:21:19Z Furstespegel | |
| new: 2014-07-02T11:58:40Z Metallica | |
| new: 2014-07-04T14:49:48Z Dregen-matta |
| struct Test { | |
| let a:String | |
| let b:Int | |
| init(a:String, b:Int){ | |
| self.a = a | |
| self.b = b | |
| } | |
| } | |
| import UIKit | |
| import Foundation | |
| infix operator => { associativity right} | |
| // Start with input | |
| func => ( left: String, right: (String)->Void ) -> () -> Void { | |
| func returnFunc () -> Void | |
| { | |
| right(left); |